diff --git a/packages/pouchtype/package.json b/packages/pouchtype/package.json index 05ace4b..9b19847 100644 --- a/packages/pouchtype/package.json +++ b/packages/pouchtype/package.json @@ -5,7 +5,8 @@ "main": "src/index.js", "files": ["dist", "lib", "src"], "scripts": { - "test": "node ../../bin/runTests.js ./" + "test": "node ../../bin/runTests.js ./", + "pre-commit": "npm run test" }, "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0",