Skip to content

Commit

Permalink
GHA: run npm run build before creating the PR (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Oct 10, 2023
1 parent 27ace9e commit 6bc3993
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ncu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Install them and update "package-lock.json"
run: npm install

- name: Build files with newer dependencies
run: npm run build

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand All @@ -45,5 +48,5 @@ jobs:
commit-message: |
Packages: updated via `ncu -u`
delete-branch: true
branch: dependencies/pip-tools
branch: dependencies/ncu
branch-suffix: short-commit-hash

0 comments on commit 6bc3993

Please sign in to comment.