Skip to content

Commit ce874fb

Browse files
committed
0.2.0-alpha
1 parent 2a1fcb7 commit ce874fb

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
"prebuild": "del-cli ./components",
77
"build": "rollup -c",
88
"postbuild": "del-cli ./components/blank.d.ts ./components/blank.js",
9-
"prepare": "npm run build",
9+
"prepublish": "npm run build",
1010
"test": "npm run prettier",
1111
"fix": "npm run prettier -- --write",
1212
"prettier": "prettier \"src/**/*.{ts,tsx}\" --check"

0 commit comments

Comments
 (0)