Update db:up yarn command
This commit is contained in:
parent
e6d3c3e3cd
commit
818c527ab2
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
"build": "tsc",
|
||||
"start": "node ./dist/vylbot",
|
||||
"test": "jest",
|
||||
"db:up": "typeorm migration:run",
|
||||
"db:down": "typeorm migration:revert"
|
||||
"db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",
|
||||
"db:down": "typeorm migration:revert -d dist/database/dataSources/appDataSource.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue