Skip to content

Commit

Permalink
remove nest update from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Nov 28, 2023
1 parent 9730ac2 commit 5e1918e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions teammapper-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"dev:data:maps:cleanup": "ts-node ./src/jobs/deleteMaps.job.ts",
"dev:data:maps:seed": "ts-node ./src/jobs/seedMapData.job.ts",
"prod:data:maps:cleanup": "node ./dist/jobs/deleteMaps.job.js",
"prod:typeorm:migrate": "typeorm migration:run --dataSource dist/data-source.js",
"nest:update": "nest update"
"prod:typeorm:migrate": "typeorm migration:run --dataSource dist/data-source.js"
},
"dependencies": {
"@nestjs/cli": "^9.5.0",
Expand Down

0 comments on commit 5e1918e

Please sign in to comment.