Skip to content

Instantly share code, notes, and snippets.

@jadenlemmon
Created February 19, 2021 18:11
Show Gist options
  • Save jadenlemmon/c2970c86589dfd2350f9d369e7cd3842 to your computer and use it in GitHub Desktop.
Save jadenlemmon/c2970c86589dfd2350f9d369e7cd3842 to your computer and use it in GitHub Desktop.
Sample seed and run script
#!/bin/bash
cd /app
knex migrate:latest
knex seed:run
node server.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment