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:
mmcwilliams 2019-11-26 10:43:05 -05:00
parent defa0afe7f
commit 883187a591
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"test": "./node_modules/.bin/qunit",
"docs": "sh docs.sh",
"build": "./node_modules/.bin/tsc -p tsconfig.json"
"compile": "./node_modules/.bin/tsc -p tsconfig.json"
},
"repository": {
"type": "git",