Skip to content

Commit cbf4534

Browse files
committed
Build only common and node
1 parent 7e3b5ba commit cbf4534

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/test-windows-node.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ jobs:
1616
with:
1717
node-version: 20.18.1
1818

19-
- name: Install and build packages
19+
- name: Install packages
20+
run: pnpm ci
21+
22+
- name: Build packages
2023
run: |
21-
pnpm ci
22-
pnpm build:packages
24+
pnpm run --filter ./packages/common build
25+
pnpm run --filter ./packages/node build
2326
2427
- name: Run Node tests
2528
run: pnpm run --filter ./packages/node test

0 commit comments

Comments
 (0)