Skip to content

Commit

Permalink
ci: try to check package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Mar 8, 2024
1 parent fbff074 commit e4fba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
node-version: 20
cache: "pnpm"

- run: pnpm i
- run: pnpm i --force
- run: pnpm run lint && pnpm run build
- run: pnpm run format-check
- run: pnpm test

0 comments on commit e4fba65

Please sign in to comment.