Skip to content

Commit de936db

Browse files
Specify exact build steps
`npm run all` ran tests and linting. That behavior is fine, but a failure in this step due to those concerns would be misleading.
1 parent 7de5cc1 commit de936db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm ci
2525

2626
- name: Build and package
27-
run: npm run all
27+
run: npm run build && npm run package
2828

2929
- name: Upload build artifacts
3030
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)