update
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
"scripts": {
|
||||
"build": "nest build",
|
||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"start": "nest start",
|
||||
"start:dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start:prod": "node dist/src/main.js",
|
||||
"start": "node scripts/start-with-migrate.js npx nest start",
|
||||
"start:dev": "node scripts/start-with-migrate.js npx nest start --watch",
|
||||
"start:debug": "node scripts/start-with-migrate.js npx nest start --debug --watch",
|
||||
"start:prod": "node scripts/start-with-migrate.js node dist/src/main.js",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
|
||||
Reference in New Issue
Block a user