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 e0c1a18 commit 13c0aabCopy full SHA for 13c0aab
package.json
@@ -28,7 +28,7 @@
28
"unit": "mocha --require setup-env \"test/unit/**/*.tests.js\"",
29
"posttest": "npm run lint",
30
"test": "nyc --reporter=text --reporter=json-summary npm run unit",
31
- "prepublish": "npm run test && npm run build",
+ "prepublishOnly": "npm run test && npm run build",
32
"storybook": "start-storybook"
33
},
34
"peerDependencies": {
0 commit comments