Rename "build" to "compile" to match rest of project.
This commit is contained in:
parent
10b823bca8
commit
8d3c035e7b
|
@ -10,7 +10,7 @@
|
|||
"scripts": {
|
||||
"test": "sh ./scripts/test.sh",
|
||||
"docs": "sh ./scripts/docs.sh",
|
||||
"build": "sh ./scripts/build.sh",
|
||||
"compile": "sh ./scripts/compile.sh",
|
||||
"patch": "bash ./scripts/version.sh patch",
|
||||
"minor": "bash ./scripts/version.sh minor"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue