diff --git a/package.json b/package.json index 43d5235..f9d9e63 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,7 @@ "test:integration": "jest test/integration", "test:integration:watch": "jest test/integration --watch", "test:unit": "jest test/unit", - "test:unit:watch": "jest test/unit --watch", - "heroku-postbuild": "./bin/vendor/deploy.sh" + "test:unit:watch": "jest test/unit --watch" }, "engines": { "node": ">=8.9.3"