Skip to content

Commit 29a2d09

Browse files
committed
refactor: Replace yarn with pnpm
1 parent 276930a commit 29a2d09

150 files changed

Lines changed: 37737 additions & 188899 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)