Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
themgoncalves committed Dec 2, 2021
2 parents 42fd811 + c76b0b1 commit eb59976
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 eb59976

Please sign in to comment.