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

Commit 97f52ee

Browse files
committed
build: deploying from git should install all deps
1 parent 46ed913 commit 97f52ee

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
"dev": "yarn playground:routes && NODE_ENV=development vite serve playground",
18-
"playground:build": "yarn build && yarn playground:routes && NODE_ENV=production vite build playground",
18+
"playground:build": "yarn install && yarn build && yarn playground:routes && NODE_ENV=production vite build playground",
1919
"c-alert": "yarn workspace @chakra-ui/c-alert",
2020
"c-box": "yarn workspace @chakra-ui/c-box",
2121
"c-button": "yarn workspace @chakra-ui/c-button",

0 commit comments

Comments
 (0)