Skip to content

Commit

Permalink
chore: fix test:coverage script error
Browse files Browse the repository at this point in the history
  • Loading branch information
hqwuzhaoyi committed Aug 29, 2023
1 parent 6de581c commit cc5ca06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"lint": "turbo run lint",
"publish-packages": "changeset version && changeset publish",
"sort": "npx sort-package-json",
"test": "pnpm with-env turbo run test --no-cache --continue -- --testLocationInResults --passWithNoTests ",
"test:coverage": "pnpm with-env turbo run test:coverage --no-cache --continue --passWithNoTests ",
"test": "pnpm with-env turbo run test --no-cache --continue -- --testLocationInResults --passWithNoTests",
"test:coverage": "pnpm with-env turbo run test:coverage --no-cache --continue -- --passWithNoTests",
"test:watch": "pnpm with-env turbo run test:watch --no-cache --continue",
"with-env": "dotenv -e .env.local --"
},
Expand Down

0 comments on commit cc5ca06

Please sign in to comment.