Merge pull request #5012 from cdjole/ecommerce-update
package.json updated
This commit is contained in:
commit
110a74e4b1
@ -5,6 +5,9 @@
|
|||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --proxy-config proxy-conf.json",
|
"start": "ng serve --proxy-config proxy-conf.json",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
|
"postbuild": "npm run deploy",
|
||||||
|
"predeploy": "rimraf ../resources/static/ && mkdirp ../resources/static",
|
||||||
|
"deploy": "copyfiles -f dist/** ../resources/static",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e"
|
"e2e": "ng e2e"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user