From 75b6351680ae2421ad3226e1e29cb5953fe46b71 Mon Sep 17 00:00:00 2001 From: bekacru Date: Fri, 3 May 2024 23:38:18 +0300 Subject: [PATCH] fix: scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 981f9e4..aff3ff5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,8 @@ }, "scripts": { "build": "tsup", - "test": "vitest", + "test": "vitest run", + "test:watch": "vitest watch", "lint": "biome check .", "release": "bun run build && npm publish --access public", "lint:fix": "biome check . --apply",