Skip to content

Commit a54b506

Browse files
committed
ci: remove --if-present
1 parent d666e9a commit a54b506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Install, build and test
3333
run: |
3434
pnpm install
35-
pnpm run build --if-present
35+
pnpm run build
3636
pnpm test

0 commit comments

Comments
 (0)