Skip to content

Commit

Permalink
ci: update csb installCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Jun 14, 2021
1 parent b946d88 commit 75c7cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"installCommand": "bootstrap",
"installCommand": "csb:install",
"buildCommand": "build",
"packages": [
"packages/chakra-ui-core",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"scripts": {
"postinstall": "lerna link",
"csb:install": "yarn && yarn bootstrap",
"bootstrap": "lerna bootstrap --use-workspaces",
"build:dev": "yarn workspace @chakra-ui/vue run rollup --config rollup.dev.config.js",
"build": "yarn workspace @chakra-ui/vue build",
Expand Down

0 comments on commit 75c7cf4

Please sign in to comment.