Skip to content

Commit 3ed768d

Browse files
committed
WIP
1 parent e66e1a7 commit 3ed768d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ci-cd-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"description": "Create gh-pages for the Playground",
55
"scripts": {
6-
"build": "npm run clean && npx parcel build src/index.html",
6+
"build": "npm run clean && npx parcel build src/index.html --public-url ./",
77
"clean": "rm -Rf out dist ../../out",
88
"copy": "mkdir out && cp ./dist/* out && mv out ../..",
99
"deploy": "npm run build && npm run copy",

0 commit comments

Comments
 (0)