Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
techsavvyash authored Feb 12, 2023
1 parent 4671634 commit 84705d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"format": "prettier --write \"apps/**/*.ts\" \"libs/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:all": "concurrently \"yarn start:dev bap\" \"yarn start:dev bg\" \"yarn start:dev bpp\" ",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
Expand All @@ -37,7 +38,8 @@
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"socket.io": "^4.5.3"
"socket.io": "^4.5.3",
"concurrently": "^7.4.0"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
Expand Down

0 comments on commit 84705d2

Please sign in to comment.