Skip to content

Commit 6d8b3d8

Browse files
author
William Bernting
committed
use prepublishOnly instead
1 parent e91bad5 commit 6d8b3d8

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
@@ -11,7 +11,7 @@
1111
"test": "jest",
1212
"lint": "eslint src",
1313
"build": "rollup -c",
14-
"prepare": "rollup -c",
14+
"prepublishOnly": "rollup -c",
1515
"test:types": "tsc -p ./types/tsconfig.json"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)