Skip to content

Commit 6091618

Browse files
authored
Merge pull request #653 from gemini-testing/TESTPLANE-496.fix_pkg.pr.new
chore(ci): build project before publish to pkg-pr-new
2 parents 0f0e67f + fa12848 commit 6091618

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)