Skip to content

Commit

Permalink
ci(codesandbox): use pnpm v7 in CodeSandbox CI (chakra-ui#7015)
Browse files Browse the repository at this point in the history
  • Loading branch information
yukukotani authored Nov 22, 2022
1 parent bc5d1f8 commit deda717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"node": "16",
"installCommand": "csb:install",
"sandboxes": ["/examples/create-react-app"],
"packages": [
"packages/components/accordion",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"twitter:gen": "tsx scripts/twitter-generate.ts",
"twitter:write": "tsx scripts/twitter-write.ts",
"csb": "tsx scripts/csb.ts",
"csb:install": "pnpm add -g @pnpm/exe@7 && pnpm install",
"create:pkg": "plop component",
"version": "changeset version",
"release": "changeset publish",
Expand Down

0 comments on commit deda717

Please sign in to comment.