coinratecap / Backend

This is the backend of coinratecap
MIT License
6 stars 6 forks source link

Add build command to seed files #73

Closed melodyogonna closed 3 years ago

melodyogonna commented 3 years ago

Add a build command to package.json to seed files on heroku

melodyogonna commented 3 years ago

@Wisdom132 What I basically did here is added a "build" script to the package.json file which would run the seed command on deploy. I plan to remove the script after this pr has been merged so the seeder won't run twice.