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

View File

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