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.
1 parent ab6a178 commit a569122Copy full SHA for a569122
package.json
@@ -21,7 +21,8 @@
21
"test": "jest",
22
"precoverage": "yarn build",
23
"coverage": "jest --coverage --coverageReporters=lcov",
24
- "prepare": "husky install && yarn build && rm dist/tsconfig.tsbuildinfo"
+ "prepare": "husky install",
25
+ "prepack": "yarn build && rm dist/tsconfig.tsbuildinfo"
26
},
27
"repository": {
28
"type": "git",
0 commit comments