diff --git a/package.json b/package.json index e29578f..4a74a6a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "prepare": "husky install", "tsc": "tsc --project ./", "lint": "eslint --fix \"**/*.{ts,tsx,js,cjs,mjs,jsx}\"", - "test": "vitest" + "test": "vitest", + "test:ci": "vitest run" }, "dependencies": { "console-table-printer": "2.11.2",