Install missing dependencies
This commit is contained in:
parent
3c429e2123
commit
ab4f1e495d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
"watch:client": "ng build --watch",
|
"watch:client": "ng build --watch",
|
||||||
"watch:server": "nodemon -w src/server -e ts --exec \"npm run build:server && node dist/index.js\"",
|
"watch:server": "nodemon -w src/server -e ts --exec \"npm run build:server && node dist/index.js\"",
|
||||||
"watch": "concurrently -k \"npm run watch:client\" \"npm run watch:server\"",
|
"watch": "concurrently -k \"npm run watch:client\" \"npm run watch:server\"",
|
||||||
"package": "ng build --configuration=production --service-worker",
|
"package": "ng build --configuration=prod --service-worker",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
|
|
Loading…
Reference in a new issue