Skip to content

Commit 265633d

Browse files
committed
RANDAL, WE WENT OVER THIS. EXPANDTAB. (C) whatthecommit.com
1 parent 6b08b69 commit 265633d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parcel-starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "echo \"Error: no test specified\" && exit 1",
1919
"predeploy": "npm i && npm-run-all predeploy:*",
2020
"predeploy:clean": "npm run clean",
21-
"predeploy:build": "parcel build --public-url /css-examples src/index.html",
21+
"predeploy:build": "parcel build --public-url /css-examples/ src/index.html",
2222
"predeploy:add-base-href": "bash ./bin/gh-pages-base-href.bash ./dist/index.html css-examples add",
2323
"predeploy:gh-pages-404": "ncp ./dist/index.html ./dist/404.html",
2424
"predeploy:nojekyll": "touch ./dist/.nojekyll",

0 commit comments

Comments
 (0)