We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414161c commit 78bce79Copy full SHA for 78bce79
package.json
@@ -7,6 +7,7 @@
7
"dev": "vite",
8
"build": "yarn build:ui && vue-tsc && vite build",
9
"build:ui": "yarn workspace @codexteam/ui run build",
10
+ "build:ui-demo": "yarn workspace @codexteam/ui-demo run build",
11
"preview": "vite preview",
12
"lint": "eslint",
13
"lint:fix": "yarn lint --fix",
0 commit comments