Skip to content

Commit

Permalink
correct public url
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed May 27, 2024
1 parent efbb70b commit bc21754
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
"private": true,
"license": "BSD-3-Clause",
"type": "module",
"app": "dist/index.html",
"targets": {
"app": {
"publicUrl": "./editor/"
}
},
"devDependencies": {
"@parcel/resolver-glob": "^2.12.0",
"@parcel/transformer-inline-string": "2.12.0",
Expand Down Expand Up @@ -93,7 +87,7 @@
"scripts": {
"start": "PARCEL_BUILD_COMMIT_HASH=$(git rev-parse HEAD) parcel --watch-dir .. index.html",
"build": "yarn clean && yarn vendor && yarn build:only",
"build:only": "PARCEL_BUILD_COMMIT_HASH=$(git rev-parse HEAD) parcel build index.html",
"build:only": "PARCEL_BUILD_COMMIT_HASH=$(git rev-parse HEAD) parcel build --public-url /editor/ index.html",
"clean": "rimraf dist public/spec public/data",
"postbuild": "rsync --ignore-existing -r public/* dist",
"generate-example-images": "scripts/generate-example-images.sh",
Expand Down

0 comments on commit bc21754

Please sign in to comment.