feat(analytics): add analytics on deploy script (#32)
This commit is contained in:
committed by
Benedikt Rötsch
parent
85d5e0faed
commit
146c01643b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user