diff --git a/app.json b/app.json index a89f2a08a..4ee025f06 100644 --- a/app.json +++ b/app.json @@ -72,6 +72,11 @@ "scripts": { "test": "bundle exec rake test" } + }, + "review": { + "scripts": { + "postdeploy": "bundle exec rails db:seed" + } } } }