Skip to content

Commit 3234b6e

Browse files
committed
Run build only on prepublish
1 parent dc16758 commit 3234b6e

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
@@ -20,7 +20,7 @@
2020
"lint": "eslint --ext .js src tests",
2121
"test": "jest",
2222
"prepare": "husky install",
23-
"prepublish": "npm run build"
23+
"prepublishOnly": "npm run build"
2424
},
2525
"author": "Ben Thomson <git@alfreido.com>",
2626
"homepage": "https://wintercms.com",

0 commit comments

Comments
 (0)