Skip to content

Commit 8555d3d

Browse files
committed
add npm run build step
1 parent b19b50c commit 8555d3d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/link-check-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
name: Install
3333
run: npm ci
3434

35+
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
36+
name: Build
37+
run: npm run build
38+
3539
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
3640
name: Link check
3741
run: npm run link-check

0 commit comments

Comments
 (0)