feat: DevContainerにpnpmをインストールする際、corepackを使うようにする (#13821)

This commit is contained in:
ふるふる 2024-05-13 11:19:19 +09:00 committed by GitHub
parent f6af6d9679
commit 12ae9a2b23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -4,6 +4,8 @@ set -xe
sudo chown -R node /workspace
git submodule update --init
corepack install
corepack enable
pnpm config set store-dir /home/node/.local/share/pnpm/store
pnpm install --frozen-lockfile
cp .devcontainer/devcontainer.yml .config/default.yml