We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42fd811 + c76b0b1 commit eb59976Copy full SHA for eb59976
.npmignore
@@ -1,9 +1,11 @@
1
.git
2
.idea
3
.circleci
4
+.husky
5
.github
6
configurations/
7
demo/
8
+release/
9
scripts/
10
src/
11
.browserslistrc
package.json
@@ -30,8 +30,7 @@
30
],
31
"scripts": {
32
"authors": "node ./scripts/authors.js",
33
- "postinstall": "husky install",
34
- "prepare": "npm run build && npm run authors",
+ "prepare": "husky install && npm run build && npm run authors",
35
"prepublishOnly": "npm test && npm run lint",
36
"preversion": "npm run lint",
37
"postversion": "git push && git push --tags",
0 commit comments