Commit 4decba9
fix(ci): remove prepare scripts — they trigger build during npm ci before deps are ready
The prepare lifecycle hook runs automatically during npm install/ci.
In our monorepo it would invoke tsc + esbuild before workspace packages
are fully linked, causing npm ci to fail on every CI run.
The explicit 'Build all packages' step in the workflow handles this.
Also restore npm ci (correct tool) now that prepare is gone.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6e4d4ba commit 4decba9
3 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments