Skip to content

Commit

Permalink
build: migrate from yarn to pnpm, remove CircleCI config (#4670)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Jan 15, 2025
1 parent 6b688e6 commit 1b09685
Show file tree
Hide file tree
Showing 61 changed files with 22,290 additions and 19,244 deletions.
297 changes: 0 additions & 297 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install",
"postCreateCommand": "pnpm install",
"waitFor": "postCreateCommand",
"onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",

Expand Down
Loading

0 comments on commit 1b09685

Please sign in to comment.