Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Sep 6, 2024
1 parent ec0a15e commit 0e1e9ad
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 @@ -17,8 +17,8 @@
},
"scripts": {
"pre-test": "npm run clean-coverage",
"test": "pnpm pre-test && vitest --config vitest.config.ts",
"test-ui": "pnpm pre-test && vitest --config vitest.config-ui.ts --browser=chromium",
"test": "npm pre-test && vitest --config vitest.config.ts",
"test-ui": "npm pre-test && vitest --config vitest.config-ui.ts --browser=chromium",
"clean-coverage": "rimraf coverage .nyc_output",
"coverage:report": "nyc report --reporter=lcov --reporter=json --reporter=text --reporter=json-summary",
"badges": "npx -p dependency-version-badge update-badge eslint typescript eslint prettier vitest vite",
Expand Down

0 comments on commit 0e1e9ad

Please sign in to comment.