Skip to content

Commit

Permalink
Change parcel build output from dist to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Feb 25, 2018
1 parent da84f0a commit 5e58098
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Empty file added docs/.nojekyll
Empty file.
File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e58098

Please sign in to comment.