Install missing dependencies

This commit is contained in:
William Brawner 2021-02-09 21:10:02 -07:00
parent 3c429e2123
commit ab4f1e495d

View file

@ -11,7 +11,7 @@
"watch:client": "ng build --watch",
"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\"",
"package": "ng build --configuration=production --service-worker",
"package": "ng build --configuration=prod --service-worker",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",