feat: seed db for heroku review apps (#9019)

This commit is contained in:
Vishnu Narayanan 2024-02-26 16:41:05 +05:30 committed by GitHub
parent 8f6ff4bc41
commit 77e463990a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,11 @@
"scripts": {
"test": "bundle exec rake test"
}
},
"review": {
"scripts": {
"postdeploy": "bundle exec rails db:seed"
}
}
}
}