bugs
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"db:drop": "npx mikro-orm schema:drop --run --config ./src/config/mikro-orm.config.dev.ts",
|
||||
"db:seed": "npx mikro-orm seeder:run --config ./src/config/mikro-orm.config.dev.ts",
|
||||
"db:reset": "npm run db:drop && npm run db:create && npm run db:seed",
|
||||
"db:refresh": "npm run db:drop && npm run db:create ",
|
||||
"build": "nest build",
|
||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"start": "nest start dist/main",
|
||||
|
||||
Reference in New Issue
Block a user