Skip to content

Commit fa12848

Browse files
committed
chore(ci): build project before publish to pkg-pr-new
1 parent 0f0e67f commit fa12848

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- run: npm ci
2525
- run: npm test
2626

27+
- name: Build
28+
if: ${{ matrix.node-version == '20.x' }}
29+
run: npm run build
30+
2731
- name: Publish
2832
if: ${{ matrix.node-version == '20.x' }}
2933
run: npx pkg-pr-new publish

0 commit comments

Comments
 (0)