Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit c6e2c2a

Browse files
committed
ci: update playground build
1 parent 2af2805 commit c6e2c2a

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
@@ -14,7 +14,7 @@
1414
"scaffold": "hygen",
1515
"build": "lerna run build --no-private --stream",
1616
"dev": "NODE_ENV=development vite serve playground --config ./vite.config.ts",
17-
"playground:build": "yarn install && yarn build && yarn playground:routes && NODE_ENV=production vite build playground --config ./vite.config.ts",
17+
"playground:build": "yarn install && yarn build && NODE_ENV=production vite build playground --config ./vite.config.ts",
1818
"test": "jest",
1919
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
2020
"core": "yarn workspace @chakra-ui/vue-next",

0 commit comments

Comments
 (0)