Skip to content

Commit

Permalink
fixing backend
Browse files Browse the repository at this point in the history
  • Loading branch information
sreecharan-desu committed Dec 7, 2024
1 parent b7f89ef commit f102df6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"start": "node dist/index.js",
"dev": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts",
"build": "tsc",
"lint": "eslint . --ext .ts",
"test": "jest",
"migrate:points": "ts-node src/scripts/addPointsToExistingUsers.ts"
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@types/compression": "^1.7.5",
Expand Down

0 comments on commit f102df6

Please sign in to comment.