Skip to content

Commit

Permalink
Fix typo in command
Browse files Browse the repository at this point in the history
  • Loading branch information
ae2079 committed Jun 2, 2024
1 parent 894dcb6 commit cf98f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"db:migrate:run:local": "NODE_ENV=development npx typeorm-ts-node-commonjs migration:run -d ./src/ormconfig.ts",
"db:migrate:revert:local": "NODE_ENV=development npx typeorm-ts-node-commonjs migration:revert -d ./src/ormconfig.ts",
"db:migrate:run:production": "NODE_ENV=production typeorm migration:run -d ./build/src/ormconfig.js",
"db:migrate:rever:productiont": "NODE_ENV=production typeorm migration:revert -d ./build/src/ormconfig.js",
"db:migrate:revert:production": "NODE_ENV=production typeorm migration:revert -d ./build/src/ormconfig.js",
"prettify": "prettier --write '**/*.ts*' '**/*.test.ts*'",
"db:migrate:seedToken:run": "NODE_ENV=development ts-node ./node_modules/typeorm/cli -f ./src/seedToken-ormconfig.ts migration:run",
"db:migrate:seedToken:revert": "NODE_ENV=development ts-node ./node_modules/typeorm/cli -f ./src/seedToken-ormconfig.ts migration:revert",
Expand Down

0 comments on commit cf98f98

Please sign in to comment.