chore: Remove npm ignore file.

pull/78/head
jaywcjlove 6 years ago
parent cb854e407c
commit 2c9814efcb

@ -1,28 +0,0 @@
scripts
test
build
package-lock.json
yarn.lock
src
website
LICENSE
coverage
.DS_Store
.babelrc
.travis.yml
.eslintrc
.eslintignore
.editorconfig
.postcssrc
.cache
.vscode
.idea
*.bak
*.tem
*.temp
#.swp
*.*~
~*.*

@ -16,6 +16,10 @@
"doc:dev": "NODE_ENV=development parcel website/index.html --out-dir doc --no-cache",
"doc:build": "rimraf doc && NODE_ENV=production parcel build website/index.html --out-dir doc --public-url ./ --no-cache --no-source-maps"
},
"files": [
"dist",
"doc"
],
"husky": {
"hooks": {
"pre-commit": "npm run lint"

Loading…
Cancel
Save