1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

chore(repo): script to run tests from monorepo root

This commit is contained in:
2024-04-26 01:18:44 +07:00
parent cfcf0818ad
commit f6a1e68d85
3 changed files with 69 additions and 9 deletions

View File

@@ -37,10 +37,8 @@
}
},
"scripts": {
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:bench": "vitest bench",
"dev": "vitest",
"test": "vitest run",
"dev": "vitest dev",
"build": "unbuild"
},
"devDependencies": {