diff --git a/package.json b/package.json index 8bbdc501f..64f6fa917 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "typecheck": "tsc --noEmit", "typecheck-watch": "tsc --noEmit --watch", "preinstall": "npx -y only-allow npm", - "test": "vitest", + "test": "vitest run", + "test-watch": "vitest watch", "coverage": "vitest run --coverage", "lint": "eslint resources/js" },