Skip to content
Snippets Groups Projects
Verified Commit 248c25ee authored by Damien's avatar Damien
Browse files

Npm run build-watch

parent eea75ece
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
"description": "MaarchCourrier",
"scripts": {
"build": "ng build",
"build-watch": "tsc -p apps/maarch_entreprise/js/angular/ -w",
"build-watch": "ng build --watch",
"build-prod": "ng build --prod && npm run build-css",
"build-css": "node-sass --include-path scss apps/maarch_entreprise/css/maarch-material.scss apps/maarch_entreprise/css/maarch-material.css --output-style compressed"
},
......
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