Skip to content

Commit 9a11a37

Browse files
committed
Update package.json
1 parent 0e1e9ad commit 9a11a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"scripts": {
1919
"pre-test": "npm run clean-coverage",
20-
"test": "npm pre-test && vitest --config vitest.config.ts",
21-
"test-ui": "npm pre-test && vitest --config vitest.config-ui.ts --browser=chromium",
20+
"test": "npm run pre-test && vitest --config vitest.config.ts",
21+
"test-ui": "npm run pre-test && vitest --config vitest.config-ui.ts --browser=chromium",
2222
"clean-coverage": "rimraf coverage .nyc_output",
2323
"coverage:report": "nyc report --reporter=lcov --reporter=json --reporter=text --reporter=json-summary",
2424
"badges": "npx -p dependency-version-badge update-badge eslint typescript eslint prettier vitest vite",

0 commit comments

Comments
 (0)