diff --git a/package.json b/package.json index 2b053ab..815511a 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,9 @@ }, "devDependencies": {}, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "exit 0" }, + "pre-commit": "test", "repository": { "type": "git", "url": "https://github.com/alibaba/anyproxy.git"