Skip to content

Commit dabd201

Browse files
committed
feat: add build step with --if-present
1 parent b1cddbb commit dabd201

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
cache: pnpm
2626

2727
- run: pnpm install --frozen-lockfile
28+
- run: pnpm run build --if-present
2829
- run: pnpm run lint
2930
- run: pnpm test

0 commit comments

Comments
 (0)