ci: fix ci jobUnverified
274f3ac parent: e4df89f modified
.tangled/workflows/ci.yml +1 -1 | @@ -23,7 +23,7 @@ dependencies: | ||
| 23 | 23 | |
| 24 | 24 | steps: |
| 25 | 25 | - name: "Install dependencies" |
| 26 | - command: "bun install" | |
| 26 | + command: "cd web && bun install" | |
| 27 | 27 | |
| 28 | 28 | - name: "Build glean" |
| 29 | 29 | command: "make build" |
| @@ -23,7 +23,7 @@ dependencies: | |||
| 23 | 23 | ||
| 24 | steps: | 24 | steps: |
| 25 | - name: "Install dependencies" | 25 | - name: "Install dependencies" |
| 26 | - command: "bun install" | 26 | + command: "cd web && bun install" |
| 27 | 27 | ||
| 28 | - name: "Build glean" | 28 | - name: "Build glean" |
| 29 | command: "make build" | 29 | command: "make build" |