Skip to content

Commit 78bce79

Browse files
committed
add build:ui-demo script
1 parent 414161c commit 78bce79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"dev": "vite",
88
"build": "yarn build:ui && vue-tsc && vite build",
99
"build:ui": "yarn workspace @codexteam/ui run build",
10+
"build:ui-demo": "yarn workspace @codexteam/ui-demo run build",
1011
"preview": "vite preview",
1112
"lint": "eslint",
1213
"lint:fix": "yarn lint --fix",

0 commit comments

Comments
 (0)