Skip to content

Commit

Permalink
chore: Remove npm ignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 14, 2019
1 parent cb854e4 commit 2c9814e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c9814e

Please sign in to comment.