diff --git a/package.json b/package.json index dece113..b9bfead 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", + "test:watch": "tsdx test --watch", "lint": "tsdx lint", "prepare": "tsdx build" },