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

Commit bcdf21e

Browse files
committed
build: add build script to playground build
1 parent 1f5698d commit bcdf21e

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
"playground:routes": "ts-node ./scripts/parse-routes.ts",
1616
"dev": "yarn playground:routes && NODE_ENV=development vite serve playground",
17-
"playground:build": "yarn playground:routes && NODE_ENV=production vite build playground",
17+
"playground:build": "yarn build && yarn playground:routes && NODE_ENV=production vite build playground",
1818
"c-alert": "yarn workspace @chakra-ui/c-alert",
1919
"c-box": "yarn workspace @chakra-ui/c-box",
2020
"c-button": "yarn workspace @chakra-ui/c-button",

0 commit comments

Comments
 (0)