Skip to content

Commit 1b49b0e

Browse files
authored
Add build step to nightly workflow
1 parent 7425506 commit 1b49b0e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- run: pnpm install --frozen-lockfile
2727

28+
- run: pnpm build
29+
2830
- run: pnpm test
2931

3032
- name: Create or comment on issue

0 commit comments

Comments
 (0)