Skip to content

Commit 13c0aab

Browse files
rivajuniorRivaldo Junior
andauthored
chore: change prepublish to prepublishOnly (#61)
Co-authored-by: Rivaldo Junior <[email protected]>
1 parent e0c1a18 commit 13c0aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"unit": "mocha --require setup-env \"test/unit/**/*.tests.js\"",
2929
"posttest": "npm run lint",
3030
"test": "nyc --reporter=text --reporter=json-summary npm run unit",
31-
"prepublish": "npm run test && npm run build",
31+
"prepublishOnly": "npm run test && npm run build",
3232
"storybook": "start-storybook"
3333
},
3434
"peerDependencies": {

0 commit comments

Comments
 (0)