Commit 447f104
committed
fix(build): always run npm ci, drop the lockfile-timestamp gate
The previous "only reinstall when the lockfile is newer than
node_modules/.package-lock.json" check was overengineered: `npm ci`
is itself the right tool for this (it's idempotent w.r.t. the lockfile
and fast on warm caches with `--prefer-offline`). Just run it every
time and let npm decide.1 parent 6155ffc commit 447f104
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 10 | + | |
15 | 11 | | |
16 | 12 | | |
0 commit comments