Skip to content

Commit

Permalink
Remove unnecessary npx invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Dec 3, 2023
1 parent 2de7659 commit e94031e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set -ex

npx xo
npx tsc --noEmit
npx c8 --report=none npx test-ava
npx c8 --report=none --no-clean npx tap
npx c8 --report=none test-ava
npx c8 --report=none --no-clean tap
npx c8 report

0 comments on commit e94031e

Please sign in to comment.