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

Commit b02240b

Browse files
committed
build: improve plaground deploy command
1 parent b2d590d commit b02240b

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
@@ -15,7 +15,7 @@
1515
"scaffold": "hygen",
1616
"playground:routes": "ts-node ./scripts/parse-routes.ts",
1717
"playground": "yarn playground:routes && vite serve playground",
18-
"playground:build": "yarn playground:routes && vite build playground",
18+
"playground:build": "yarn build && yarn playground:routes && vite build playground",
1919

2020
"c-alert": "yarn workspace @chakra-ui/c-alert",
2121
"c-box": "yarn workspace @chakra-ui/c-box",

0 commit comments

Comments
 (0)