Skip to content

Commit 19416d3

Browse files
Fix prepublish
1 parent 47f8eeb commit 19416d3

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
@@ -26,7 +26,7 @@
2626
"format": "prettier --single-quote --trailing-comma es5 --color --write \"{__tests__,src}/**/*.js\"",
2727
"testonly": "jest && codecov",
2828
"test": "run-s format lint testonly",
29-
"prepublishOnly": "run-s test build",
29+
"prepublish": "run-s build",
3030
"link": "npm run build && npm link"
3131
},
3232
"jest": {

0 commit comments

Comments
 (0)