Skip to content

Commit 33d26a5

Browse files
committed
Copy node modules to match buildkite.
1 parent ae0ff34 commit 33d26a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@ jobs:
258258
- name: Install just
259259
uses: extractions/setup-just@v3
260260

261+
- name: Copy node_modules
262+
shell: bash
263+
run: cp -r out/node_modules . 2>/dev/null || true
264+
261265
- name: Build, lint, and test
262266
run: |
263267
just build

0 commit comments

Comments
 (0)