Commit 58d32a8
committed
fix: create kvdb arch workspace packages before yarn install
npm_install_deps does a clean 'yarn install --immutable' on a cache miss; the
@aztec/kvdb-<arch> optionalDependencies must resolve to the local ts/packages/*
workspaces (created by prepare_arch_packages) or the install 404s against npm.
Run prepare_arch_packages before npm_install_deps.1 parent d83a271 commit 58d32a8
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | | - | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments