build(heroku): remove postbuild script

This commit is contained in:
Benedikt Rötsch
2018-02-01 14:20:04 +01:00
parent 80823484b4
commit af41f06a2d

View File

@@ -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"