Skip to content

Commit 2b2e977

Browse files
updated: replace prepublish with prepare
1 parent 03c42bd commit 2b2e977

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
@@ -6,7 +6,7 @@
66
"jsnext:main": "index.next.js",
77
"module": "index.next.js",
88
"scripts": {
9-
"prepublish": "npm run build && npm test",
9+
"prepare": "npm run build && npm test",
1010
"lint": "eslint index.next.js test.js rollup.config.js",
1111
"build": "rollup -c",
1212
"doc": "documentation readme index.next.js -s API",

0 commit comments

Comments
 (0)