Skip to content
Snippets Groups Projects
Commit 53e89cc1 authored by guillaum.riondet's avatar guillaum.riondet
Browse files

Minor fix for build stage

parent 80dd8d7c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
"ng": "ng",
"init-env": "ts-node --skip-project ./scripts/set-env.ts",
"start": "npm run init-env -- --environment=dev && ng serve --port 80",
"build": "ng build",
"build": "npm run init-env -- --environment=prod && ng build --output-path ./dist",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment