Skip to content

Commit bc9ce1b

Browse files
committed
refactor: Replace yarn with pnpm
1 parent c7ab6a9 commit bc9ce1b

69 files changed

Lines changed: 67960 additions & 211813 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// },
3636

3737
// Use 'postCreateCommand' to run commands after the container is created.
38-
"postCreateCommand": "yarn install --ignore-engines --frozen-lockfile",
38+
"postCreateCommand": "pnpm install --frozen-lockfile",
3939

4040
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
4141
"remoteUser": "node"

0 commit comments

Comments
 (0)