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

Commit 75c7cf4

Browse files
committed
ci: update csb installCommand
1 parent b946d88 commit 75c7cf4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.codesandbox/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"installCommand": "bootstrap",
2+
"installCommand": "csb:install",
33
"buildCommand": "build",
44
"packages": [
55
"packages/chakra-ui-core",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"scripts": {
2323
"postinstall": "lerna link",
24+
"csb:install": "yarn && yarn bootstrap",
2425
"bootstrap": "lerna bootstrap --use-workspaces",
2526
"build:dev": "yarn workspace @chakra-ui/vue run rollup --config rollup.dev.config.js",
2627
"build": "yarn workspace @chakra-ui/vue build",

0 commit comments

Comments
 (0)