Rename "build" to "compile" to match rest of project.

This commit is contained in:
Matt McWilliams 2021-02-22 13:03:08 -05:00
parent 10b823bca8
commit 8d3c035e7b
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"scripts": { "scripts": {
"test": "sh ./scripts/test.sh", "test": "sh ./scripts/test.sh",
"docs": "sh ./scripts/docs.sh", "docs": "sh ./scripts/docs.sh",
"build": "sh ./scripts/build.sh", "compile": "sh ./scripts/compile.sh",
"patch": "bash ./scripts/version.sh patch", "patch": "bash ./scripts/version.sh patch",
"minor": "bash ./scripts/version.sh minor" "minor": "bash ./scripts/version.sh minor"
}, },