Skip to content

Commit

Permalink
pass args correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Sep 13, 2024
1 parent 756f940 commit 09bbde0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
- name: "Build"
shell: bash
run: |
npm run build --since refs/remotes/origin/${{ github.event.pull_request.base.ref }} --include-dependencies --include-dependents
npm run build -- --since refs/remotes/origin/${{ github.event.pull_request.base.ref }} --include-dependencies --include-dependents
- name: "Lint"
shell: bash
run: |
npm run lint:alone --since refs/remotes/origin/${{ github.event.pull_request.base.ref }} --include-dependencies --include-dependents
npm run lint:alone -- --since refs/remotes/origin/${{ github.event.pull_request.base.ref }} --include-dependencies --include-dependents
- name: "Test"
shell: bash
Expand Down

0 comments on commit 09bbde0

Please sign in to comment.