diff --git a/package.json b/package.json index 845f2e7..89580e0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "url": "git+https://github.com/johnsoncodehk/native-signals.git" }, "scripts": { - "build": "tsc" + "build": "tsc", + "test": "vitest run" }, "devDependencies": { "vite": "latest",