Skip to content

Commit f1973af

Browse files
committed
test before new files are created in the build process
1 parent 8f1a2f4 commit f1973af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: "pnpm"
2121
- name: Install dependencies
2222
run: pnpm install
23-
- name: Build packages
24-
run: pnpm build
2523
- name: Test packages
2624
run: pnpm test
25+
- name: Build packages
26+
run: pnpm build

0 commit comments

Comments
 (0)