Skip to content

Commit 8c9a8d9

Browse files
author
Andres Pinto
committed
chore: add migrate prod command
1 parent 815d8a3 commit 8c9a8d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
1616
"test": "cross-env NODE_ENV=test jest",
1717
"migrate": "cross-env NODE_ENV=development sequelize-cli db:migrate",
18+
"migrate:prod": "cross-env NODE_ENV=production sequelize db:migrate",
1819
"test:watch": "jest --watch",
1920
"test:coverage": "jest --coverage",
2021
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",

0 commit comments

Comments
 (0)