Commit a15c3d9
Shaw
fix(ci): resolve hoisted vitest binary in node:sqlite test step
bunx resolves vitest from the cwd's node_modules. In bun workspaces
vitest is hoisted to the monorepo root, so packages/app-core/node_modules/vitest
doesn't exist. Invoke vitest directly via the repo-root path that's
guaranteed to exist after a top-level install.1 parent 2f7fb3d commit a15c3d9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments