specify parcel entry point

This commit is contained in:
atomiks
2018-09-30 16:33:12 +10:00
parent 0e7d071f84
commit bce0fe77c1

View File

@ -4,7 +4,7 @@
"description": "A curated collection of useful CSS snippets.",
"main": "index.js",
"scripts": {
"dev": "nodemon -e md,js ./scripts/build.js & parcel",
"dev": "nodemon -e md,js ./scripts/build.js & parcel index.html",
"build": "node ./scripts/build.js && npm run prettier && npm run parcel",
"parcel": "parcel build index.html -d docs/ --public-url ./",
"prettier": "prettier --write \"**/*.{js,json,md,css,scss}\""