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 2c7bcb7 + 62fec7a commit b9a68f8Copy full SHA for b9a68f8
.npmignore
@@ -0,0 +1,8 @@
1
+node_modules
2
+*.log
3
+.nyc_output
4
+*.iml
5
+.idea
6
+.DS_Store
7
+compile
8
+js
package.json
@@ -23,8 +23,9 @@
23
"prepublishOnly": "yarn build && yarn docs",
24
"lint": "eslint . --ignore-path .gitignore",
25
"lint:fix": "eslint . --ignore-path .gitignore --fix",
26
- "prepare": "husky install",
27
- "pre-commit": "lint-staged"
+ "prepare": "husky install && yarn build",
+ "pre-commit": "lint-staged",
28
+ "prepack": "yarn build"
29
},
30
"repository": {
31
"type": "git",
@@ -83,4 +84,4 @@
83
84
"yy-jsdoc-template": "^1.3.0",
85
"yy-random": "^1.10.2"
86
}
-}
87
+}
0 commit comments