diff --git a/package.json b/package.json index 4b9cdf6..4b3f715 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "scripts": { "prepare": "tsc", - "test": "echo \"Error: no test specified\" && exit 1", + "test": "npm run build", "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js"