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
commit 110a74e4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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"