We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b08b69 commit 265633dCopy full SHA for 265633d
parcel-starter/package.json
@@ -18,7 +18,7 @@
18
"test": "echo \"Error: no test specified\" && exit 1",
19
"predeploy": "npm i && npm-run-all predeploy:*",
20
"predeploy:clean": "npm run clean",
21
- "predeploy:build": "parcel build --public-url /css-examples src/index.html",
+ "predeploy:build": "parcel build --public-url /css-examples/ src/index.html",
22
"predeploy:add-base-href": "bash ./bin/gh-pages-base-href.bash ./dist/index.html css-examples add",
23
"predeploy:gh-pages-404": "ncp ./dist/index.html ./dist/404.html",
24
"predeploy:nojekyll": "touch ./dist/.nojekyll",
0 commit comments