Adding additional build script

This commit is contained in:
Fabian Stamm 2019-03-14 18:26:05 +00:00
parent ba3acea7f3
commit 41b888c9e0
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"scripts": {
"start": "node lib/index.js",
"build": "tsc && cd views && npm run build && cd ..",
"build-server":"tsc",
"watch-ts": "tsc -w",
"watch-views": "cd views && npm run watch",
"watch-node": "nodemon --ignore ./views lib/index.js",