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 b45a7c4 commit d59a496Copy full SHA for d59a496
package.json
@@ -14,7 +14,7 @@
14
"jest": "jest",
15
"jest-coverage": "jest --coverage",
16
"lint": "eslint src/ --ext .jsx,.js",
17
- "prepublishOnly": "yarn clean && yarn build",
+ "prepack": "yarn clean && yarn build",
18
"test": "yarn lint && yarn jest"
19
},
20
"keywords": [
0 commit comments