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

Commit fb3f894

Browse files
committed
build(playground): setup vercel build
1 parent 715d724 commit fb3f894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
1414

1515
"scaffold": "hygen",
16-
17-
"playground": "ts-node ./scripts/parse-routes.ts && vite serve playground",
18-
"playground:build": "vite build",
16+
"playground:routes": "ts-node ./scripts/parse-routes.ts",
17+
"playground": "yarn playground:routes && vite serve playground",
18+
"playground: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)