diff --git a/package.json b/package.json index a6f4697..45942d1 100644 --- a/package.json +++ b/package.json @@ -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",