diff --git a/package.json b/package.json index 189d5a1..4c1b8e4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "src/index.js", "files": ["src"], "scripts": { - "test": "node ../../bin/runTests.js ./" + "test": "node ../../bin/runTests.js ./", + "pre-commit": "npm run test" }, "keywords": ["reactive"], "author": "Timothy Farrell (https://github.com/explorigin)",