Skip to content
Snippets Groups Projects
Commit f0ffd63b authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: build issue

parent ec295555
No related branches found
No related tags found
2 merge requests!11Recette,!9Dev
......@@ -4,8 +4,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=fr --proxy-config proxy.conf.json",
"build:prod": "ng build --configuration=production,fr --output-path=dist",
"build:dev": "ng build --configuration=fr --output-path=dist",
"build:prod": "ng build --prod --configuration=production,fr --output-path=dist",
"build:dev": "ng build --prod --configuration=fr --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.
Finish editing this message first!
Please register or to comment