Change "build" script to "compile" which is semantic. Adding a new "build" process of packaging app into a binary with pkg.js (maybe). Would make deployments faster and easier.
This commit is contained in:
parent
defa0afe7f
commit
883187a591
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/qunit",
|
"test": "./node_modules/.bin/qunit",
|
||||||
"docs": "sh docs.sh",
|
"docs": "sh docs.sh",
|
||||||
"build": "./node_modules/.bin/tsc -p tsconfig.json"
|
"compile": "./node_modules/.bin/tsc -p tsconfig.json"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue