Skip to content

Commit

Permalink
chore: always ignore .npm.loader.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 16, 2023
1 parent f3681a8 commit 7bebeaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- run: pnpm install
- run: pnpm lint
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: pnpm test:types
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: pnpm build
- run: pnpm vitest --coverage
- uses: codecov/codecov-action@v3

0 comments on commit 7bebeaf

Please sign in to comment.