Skip to content

Commit

Permalink
fix(build): resolve install husky script and omit release dir npm pac…
Browse files Browse the repository at this point in the history
…kage
  • Loading branch information
themgoncalves committed Dec 2, 2021
1 parent 620ab9a commit c76b0b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.git
.idea
.circleci
.husky
.github
configurations/
demo/
release/
scripts/
src/
.browserslistrc
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
],
"scripts": {
"authors": "node ./scripts/authors.js",
"postinstall": "husky install",
"prepare": "npm run build && npm run authors",
"prepare": "husky install && npm run build && npm run authors",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"postversion": "git push && git push --tags",
Expand Down

0 comments on commit c76b0b1

Please # to comment.