Skip to content

Commit

Permalink
chore: remove debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Aug 31, 2024
1 parent 5e70df1 commit 4803288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:watch": "jest --watch",
"start": "npm run dev",
"build": "tsc -p .",
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" LOCAL_DEV=true nodemon --watch '**/*.ts' --exec \"ts-node\" src/server.ts",
"dev": "LOCAL_DEV=true nodemon --watch '**/*.ts' --exec \"ts-node\" src/server.ts",
"lint": "eslint '**/*.ts' '**/*.tsx'",
"lint:fix": "eslint --fix '**/*.ts' '**/*.tsx'",
"purge-js": "rm `find . -name '*.js'|grep -v node_modules`",
Expand Down

0 comments on commit 4803288

Please sign in to comment.