Merge pull request #5012 from cdjole/ecommerce-update

package.json updated
This commit is contained in:
Loredana Crusoveanu
2018-08-20 21:11:09 +03:00
committed by GitHub
@@ -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"