Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit ce874fb

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)