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 c48bb69 commit b9907c1Copy full SHA for b9907c1
package.json
@@ -18,7 +18,7 @@
18
"test": "jest",
19
"test:staged": "CI=true jest --findRelatedTests",
20
"clean": "rimraf lib",
21
- "prepare": "husky install",
+ "prepare": "husky install && npm run build",
22
"prepublishOnly": "npm ci && npm test && npm run clean && npm run build"
23
},
24
"keywords": [
0 commit comments