Skip to content

Commit

Permalink
Remove backend sourcemap from automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed May 19, 2024
1 parent dac1efe commit 13eb3b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"build": "tsc --sourceMap false",
"devbuild": "tsc --sourceMap true",
"watch": "tsc -w",
"start": "nodemon dist/server.js",
"dev:server": "ts-node-dev --respawn --transpile-only --ignore node_modules src/server.ts",
Expand Down

0 comments on commit 13eb3b4

Please sign in to comment.