Fix for Issue #6594. https://github.com/eugenp/tutorials/issues/6594 (#6595)
This commit is contained in:
parent
65ae0ce3c4
commit
fc8abdc6e3
@ -7,7 +7,7 @@
|
|||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"postbuild": "npm run deploy",
|
"postbuild": "npm run deploy",
|
||||||
"predeploy": "rimraf ../resources/static/ && mkdirp ../resources/static",
|
"predeploy": "rimraf ../resources/static/ && mkdirp ../resources/static",
|
||||||
"deploy": "copyfiles -f dist/** ../resources/static",
|
"deploy": "copyfiles -f dist/frontend/** ../resources/static",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e"
|
"e2e": "ng e2e"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user