Skip to content

Commit

Permalink
ci: don't isolate tests to improve speed
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Feb 23, 2024
1 parent a730ddf commit 65f3d32
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 @@ -50,8 +50,8 @@
}
},
"scripts": {
"test": "vitest",
"test:coverage": "vitest --coverage",
"test": "vitest --no-isolate",
"test:coverage": "bun run test --coverage",
"lint": "eslint 'src/**/*.ts'",
"build": "rm -rf dist && vite build"
},
Expand Down

0 comments on commit 65f3d32

Please sign in to comment.