Skip to content

Instantly share code, notes, and snippets.

@matsuaki-jp
Created August 21, 2020 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuaki-jp/2d71fffd4351911b513975f661c1360f to your computer and use it in GitHub Desktop.
Save matsuaki-jp/2d71fffd4351911b513975f661c1360f to your computer and use it in GitHub Desktop.
sequelize do migration package.json
"scripts": {
"databaseBuild": "tsc --project ./database/tsconfig.json",
"migration:up": "npm run databaseBuild && ts-node ./database/config/doMigration.ts up"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment