Commit fff142f
claudfuen
fix: use npm install instead of npm ci for migration container
- npm ci requires package-lock.json which doesn't exist (project uses bun.lock)
- npm install works without lockfile and will install dependencies correctly
- Fixes migration container build failure1 parent c91caa5 commit fff142f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments