Change parcel build output from dist to docs
This commit is contained in:
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "nodemon -e md,js ./scripts/build.js & parcel",
|
||||
"build": "node ./scripts/build.js && npm run prettier && npm run parcel",
|
||||
"parcel": "parcel build index.html --public-url ./",
|
||||
"parcel": "parcel build index.html -d docs/ --public-url ./",
|
||||
"prettier": "prettier --single-quote --no-semi --print-width=100 ./js/index.js --write './src/**/*.js' './src/**/*.scss'"
|
||||
},
|
||||
"author": "atomiks",
|
||||
|
||||
Reference in New Issue
Block a user