Skip to content

Commit ee258c1

Browse files
authored
ci: update global workflows
1 parent 8138299 commit ee258c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/if-nodejs-pr-testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ jobs:
4343
- if: steps.packagejson.outputs.exists == 'true'
4444
name: Run linter
4545
run: npm run lint
46+
- if: steps.packagejson.outputs.exists == 'true'
47+
name: Run release assets generation to make sure PR does not break it
48+
run: npm run generate:assets

0 commit comments

Comments
 (0)