We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66e1a7 commit 3ed768dCopy full SHA for 3ed768d
packages/ci-cd-pages/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"description": "Create gh-pages for the Playground",
5
"scripts": {
6
- "build": "npm run clean && npx parcel build src/index.html",
+ "build": "npm run clean && npx parcel build src/index.html --public-url ./",
7
"clean": "rm -Rf out dist ../../out",
8
"copy": "mkdir out && cp ./dist/* out && mv out ../..",
9
"deploy": "npm run build && npm run copy",
0 commit comments