Add convenience scripts for development
Add watch-ts, watch-site and serve scripts as convenient shortcuts for running the development services.
This commit is contained in:
parent
aecc648fdd
commit
8a1313eb6e
2 changed files with 15 additions and 0 deletions
|
@ -6,7 +6,10 @@
|
|||
"main": "build/node/index.js",
|
||||
"scripts": {
|
||||
"prepare": "tsc",
|
||||
"watch-ts": "tsc --watch",
|
||||
"watch-site": "node --enable-source-maps build/node/cli.js watch",
|
||||
"build": "node --enable-source-maps build/node/cli.js build",
|
||||
"serve": "node --enable-source-maps build/node/cli.js serve",
|
||||
"test": "node --test --enable-source-maps --experimental-test-coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue