Skip to content

Commit

Permalink
feat(oidc-client): force npm installs
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Scheeren <[email protected]>
  • Loading branch information
royscheeren committed Feb 20, 2024
1 parent 9c583f7 commit ec08609
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
aws-region: eu-central-1
- name: Deploy app
run: |
npm i && npx nx deploy:production envited.ascs.digital
npm ci --force && npx nx deploy:production envited.ascs.digital
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
aws-region: eu-central-1
- name: Deploy app
run: |
npm i && npx nx deploy:staging envited.ascs.digital
npm ci --force && npx nx deploy:staging envited.ascs.digital
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
uses: actions/checkout@v3
- name: Test app
run: |
npm i
npm ci --force
npx nx run-many -t test --exclude ory-hydra

0 comments on commit ec08609

Please sign in to comment.