Skip to content

Commit

Permalink
chore: fix workflow scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jan 15, 2024
1 parent 5776aa4 commit 777d085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-build-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
cache-1-nx-${{ inputs.package }}-${{ hashFiles('package-lock.json') }}-
- name: Build
run: npm run build -- --scope="@restorecommerce/${{ inputs.package }}" --include-dependencies
run: npm run build -- -p="@restorecommerce/${{ inputs.package }}"
2 changes: 1 addition & 1 deletion .github/workflows/base-test-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cache-1-nx-${{ inputs.package }}-${{ hashFiles('package-lock.json') }}-
- name: Build
run: npm run build -- --scope="@restorecommerce/${{ inputs.package }}" --include-dependencies
run: npm run build -- -p="@restorecommerce/${{ inputs.package }}"

- name: Test
run: npm run test
Expand Down

0 comments on commit 777d085

Please sign in to comment.