Skip to content
Snippets Groups Projects
Commit 3777f19a authored by William Arsac's avatar William Arsac Committed by Florent POITTEVIN
Browse files

feat: syntax adaptation in NPM script

parent ad6381b7
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
"start:nodocker": "npm run prepare && npm run generate-models && npm run serve -- -c no-docker",
"start:standalone": "npm run prepare && npm run generate-models && npm run serve -- -c standalone",
"start:dlcmtest": "npm run prepare && npm run generate-models && npm run serve -- -c dlcmtest-local",
"start:dlcmtest:no-watch": "npm run start:dlcmtest -- --watch false",
"start:dlcmtest:no-watch": "npm run start:dlcmtest -- --watch=false",
"start:noapigenerate": "npm run prepare && npm run serve",
"build": "npm run prepare && ng build --aot=true --prod=true --source-map=false",
"test": "npm run prepare && ng test --no-progress --code-coverage",
......
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