mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 11:13:48 +02:00
Fix tests and lint
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "node scripts/build-plugins.cjs",
|
||||
"test": "vitest run"
|
||||
"test": "vitest run",
|
||||
"lint": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jsonpath": "^1.1.1",
|
||||
"vitest": "^2.0.4"
|
||||
"vitest": "^2.0.4",
|
||||
"typescript": "^5.5.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user