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 f2db643 commit 769366aCopy full SHA for 769366a
package.json
@@ -20,7 +20,7 @@
20
],
21
"scripts": {
22
"build": "rm -rf ./lib && tsc",
23
- "prepublish": "yarn build",
+ "prepare": "yarn build",
24
"test": "jest ./src"
25
},
26
"husky": {
0 commit comments