package.json updated
This commit is contained in:
parent
f77e37ef3f
commit
d6bc6daa2e
|
@ -5,6 +5,9 @@
|
|||
"ng": "ng",
|
||||
"start": "ng serve --proxy-config proxy-conf.json",
|
||||
"build": "ng build",
|
||||
"postbuild": "npm run deploy",
|
||||
"predeploy": "rimraf ../resources/static/ && mkdirp ../resources/static",
|
||||
"deploy": "copyfiles -f dist/** ../resources/static",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
|
|
Loading…
Reference in New Issue