fix deployment to subdirectories
This commit is contained in:
parent
33c7fcb421
commit
edf56a5652
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "kill me",
|
"description": "kill me",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "parcel build --no-source-maps --dist-dir dist src/html/index.html",
|
"build": "parcel build --no-source-maps --dist-dir dist --public-url '.' src/html/index.html",
|
||||||
"serve": "parcel src/html/index.html",
|
"serve": "parcel src/html/index.html",
|
||||||
"clean": "run-script-os",
|
"clean": "run-script-os",
|
||||||
"clean:darwin:linux": "rm -rf dist .parcel-cache",
|
"clean:darwin:linux": "rm -rf dist .parcel-cache",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user