From af41f06a2d3049a69ed97a21ad246098610e0535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Thu, 1 Feb 2018 14:20:04 +0100 Subject: [PATCH] build(heroku): remove postbuild script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"