Skip to content

Commit

Permalink
package.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cdjole committed Aug 20, 2018
1 parent f77e37e commit d6bc6da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spring-boot-angular-ecommerce/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d6bc6da

Please sign in to comment.