Skip to content

Commit

Permalink
remove optional only installation in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Apr 26, 2024
1 parent 50ca5ce commit f7f93a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm
- run: pnpm install --no-optional
- run: pnpm install
- run: pnpm lint
- run: pnpm test
- run: pnpm build
Expand Down

0 comments on commit f7f93a3

Please sign in to comment.