feat: DevContainerにpnpmをインストールする際、corepackを使うようにする (#13821)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user