Skip to content
Snippets Groups Projects
Commit ce32eb0f authored by David Dorchies's avatar David Dorchies
Browse files

attente sur le watch pour que ngserve ne plante plus quand on recompile jalhyd

parent 064855b1
No related branches found
No related tags found
1 merge request!49Resolve "Ajout du module de calcul d'une passe à bassins"
......@@ -13,7 +13,7 @@
"e2e": "ng e2e",
"electron": "electron .",
"electron-builder": "electron-builder",
"start": "npm run preprocess && ng serve --host 0.0.0.0",
"start": "npm run preprocess && ng serve --host 0.0.0.0 --poll 5000",
"prod": "npm run preprocess && ng serve --host 0.0.0.0 --prod",
"build": "npm run preprocess && ng build --prod --build-optimizer=false",
"build-cordova": "npm run preprocess && ng build --prod --build-optimizer=false && npm run add-cordova-js",
......
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