feat(analytics): add analytics on deploy script (#32)

This commit is contained in:
David Litvak Bruno
2017-11-07 16:39:33 +01:00
committed by Benedikt Rötsch
parent 85d5e0faed
commit 146c01643b
6 changed files with 113 additions and 40 deletions

View File

@@ -15,7 +15,8 @@
"test:integration": "jest test/integration",
"test:integration:watch": "jest test/integration --watch",
"test:unit": "jest test/unit",
"test:unit:watch": "jest test/unit --watch"
"test:unit:watch": "jest test/unit --watch",
"heroku-postbuild": "./bin/vendor/deploy.sh"
},
"engines": {
"node": ">=8.4.0"