summaryrefslogtreecommitdiff
path: root/.devcontainer/init.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deps: update pnpm to v10 (#15588)かっこかり2025-03-071-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert "fix(build): corepackのバグの回避 (#15387)" This reverts commit 9c70a4e63130f85d191c5bc16d0a4be5cd1dece2. * deps: update pnpm to v10 * fix broken lockfile * update changelog * fix * fix * Revert "fix" This reverts commit 4abc6c194edc20989f5ec97d343307a4b8c9047d. * fix * fix * attempt to fix docker build * lint fixes * fix: revertしすぎた * detect pnpm version and install it * fix: そもそもpnpmを2回入れる必要がないかも * fix * refactor * fix * refactor: remove unnecessary arg * Update Dockerfile * update pnpm to v10.6.1 * Update Changelog * chore: use node to avoid installing jq
* Dev: cypressをdev containerで実行可に(e2e-dev-container) (#14526)KanariKanaru2024-09-101-0/+3
|
* node_modulesをvolume化して高速化+パーミッション問題回避 ↵おやき2024-06-121-1/+2
| | | | git submodule update時にローカルにsubmoduleがあっても問題が起こらないようにする (#13956)
* feat: ↵ふるふる2024-05-131-0/+2
| | | | DevContainerにpnpmをインストールする際、corepackを使うようにする (#13821)
* fix: macOS上でDevContainerが動作しない問題を修正Ry0taK2023-03-051-0/+1
|
* fix: Dev Containerの設定を修正 (#9921)RyotaK2023-02-141-0/+1
| | | | | | | * Dev Containerの設定を修正 * CONTRIBUTING.mdにDev Container使用時の注意書きを追加 * 注意書きを改行する
* Dev Containerの設定を追加 (#9872)RyotaK2023-02-121-0/+9
* Dev Containerの設定を追加 * テンプレート生成時に含まれていたコメントを削除 * 起動スクリプトを分割 JSONの中にベタ書きすると長くなるので * 改行 * Dev Containerの使用方法を追記