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 bf5af6b commit 3c021d5Copy full SHA for 3c021d5
package.json
@@ -22,7 +22,7 @@
22
"scripts": {
23
"build": "babel src -d lib",
24
"test": "jest src",
25
- "prepublish": "npm run build"
+ "prepublish": "npm test && npm run build"
26
},
27
"dependencies": {},
28
"peerDependencies": {
0 commit comments