Skip to content

Commit 0287b51

Browse files
committed
chore: Update scripts.
1 parent 0c3f809 commit 0287b51

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
"main": "lib/cjs/index.js",
77
"module": "lib/esm/index.js",
88
"scripts": {
9-
"prepare": "npm run build",
9+
"prepare": "npm run build:lib",
1010
"doc": "ENTRYDIR=website kkt build",
1111
"start": "ENTRYDIR=website kkt start",
1212
"build": "npm run build:lib && npm run doc",

0 commit comments

Comments
 (0)