Skip to content

Commit

Permalink
chore(ci): remove temporary forced install for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jan 27, 2023
1 parent 0f0dc50 commit 1c521a6
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: 14
cache: 'pnpm'

- run: pnpm install --force
- run: pnpm install
- run: pnpm build
- name: run integration tests
env:
Expand Down
Loading

0 comments on commit 1c521a6

Please sign in to comment.