Skip to content

Commit

Permalink
npm install on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
richrace committed Nov 8, 2024
1 parent 703b512 commit 13b5fd6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,7 @@ jobs:
token: ${{ secrets.GH_ACCESS_TOKEN }}

- name: Update standing data npm package
run: >
npm install @moj-bichard7-developers/bichard7-next-data@${VERSION}
-w packages/core
-w packages/ui
-w packages/e2e-test
run: npm install @moj-bichard7-developers/bichard7-next-data@${VERSION} -w packages/core -w packages/ui -w packages/e2e-test
env:
VERSION: ${{ needs.bump-package-version.outputs.version }}

Expand Down

0 comments on commit 13b5fd6

Please sign in to comment.