Skip to content

Commit fb6c8aa

Browse files
committed
fix: place --if-present before script name for pnpm
1 parent dabd201 commit fb6c8aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-node.yml

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

2727
- run: pnpm install --frozen-lockfile
28-
- run: pnpm run build --if-present
28+
- run: pnpm run --if-present build
2929
- run: pnpm run lint
3030
- run: pnpm test

0 commit comments

Comments
 (0)