Commit 08d4680
fix(devcontainer): add npm install fallback in post-create script (#331)
Add fallback from npm ci to npm install when lockfiles are out of sync.
This fixes devpod setup failures when package-lock.json is not in sync
with package.json (e.g., missing typescript@5.9.3).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent aac6630 commit 08d4680
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments