This commit is contained in:
Guilherme Humberto Jansen 2019-03-27 13:56:59 -03:00 committed by maibin
parent 65ae0ce3c4
commit fc8abdc6e3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"build": "ng build",
"postbuild": "npm run deploy",
"predeploy": "rimraf ../resources/static/ && mkdirp ../resources/static",
"deploy": "copyfiles -f dist/** ../resources/static",
"deploy": "copyfiles -f dist/frontend/** ../resources/static",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"