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",
|
||||
"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"
|
||||
|
|
Loading…
Reference in New Issue