We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93942bd commit 2652f40Copy full SHA for 2652f40
1 file changed
package.json
@@ -34,9 +34,10 @@
34
"commit": "cz",
35
"dev": "vite",
36
"test": "jest",
37
- "build:example": "tsc && vite build",
+ "build:website": "tsc && vite build",
38
"build:types": "rimraf types/* && tsc --project tsconfig.lib.json",
39
"build:lib": "yarn build:types && vite build --mode lib && api-extractor run",
40
+ "prepublishOnly": "yarn build:lib",
41
"preview": "vite preview",
42
"storybook": "start-storybook -p 6006",
43
"build-storybook": "build-storybook"
0 commit comments