Skip to content

Commit

Permalink
revert coverage change
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 31, 2024
1 parent ec67f5a commit 0853d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dev": "concurrently \"yarn build:watch\" \"vite --config examples/vite.config.ts --open\"",
"test": "vitest run --typecheck",
"test:watch": "vitest watch --typecheck",
"coverage": "vitest run --coverage.enabled --coverage.all false",
"coverage": "vitest run --coverage",
"lint": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --check",
"format": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --write",
"clean": "rimraf build/*",
Expand Down

0 comments on commit 0853d09

Please sign in to comment.