Skip to content

Commit 2652f40

Browse files
committed
chore: update script in package.json
1 parent 93942bd commit 2652f40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
"commit": "cz",
3535
"dev": "vite",
3636
"test": "jest",
37-
"build:example": "tsc && vite build",
37+
"build:website": "tsc && vite build",
3838
"build:types": "rimraf types/* && tsc --project tsconfig.lib.json",
3939
"build:lib": "yarn build:types && vite build --mode lib && api-extractor run",
40+
"prepublishOnly": "yarn build:lib",
4041
"preview": "vite preview",
4142
"storybook": "start-storybook -p 6006",
4243
"build-storybook": "build-storybook"

0 commit comments

Comments
 (0)