fix: Dev Containerの設定を修正 (#9921)

* Dev Containerの設定を修正

* CONTRIBUTING.mdにDev Container使用時の注意書きを追加

* 注意書きを改行する
This commit is contained in:
RyotaK 2023-02-14 13:17:34 +09:00 committed by GitHub
parent 5cf5b66696
commit c7fbf5637f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View file

@ -2,6 +2,7 @@
set -xe
sudo chown -R node /workspace
git submodule update --init
pnpm install --frozen-lockfile
cp .devcontainer/devcontainer.yml .config/default.yml