Skip to content

Commit deb4cd9

Browse files
committed
pnpm workflow
1 parent 8786d2b commit deb4cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 22.x
2525
cache: 'pnpm'
2626
- run: pnpm install --frozen-lockfile
27-
- run: pnpm run build --if-present
27+
- run: pnpm run build
2828
- run: pnpm test
2929
- uses: actions/upload-artifact@v4
3030
name: Upload build as artifact

0 commit comments

Comments
 (0)