This commit is contained in:
colter 2023-12-30 12:55:43 +08:00
parent 0a6b7a822a
commit 533505465d

View File

@ -9,8 +9,7 @@
"build": "nest build", "build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"dev": "nest start --watch", "dev": "nest start --watch",
"start:debug": "nest start --debug --watch", "start": "pm2 start ecosystem.config.js --",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",