Skip to content

Commit

Permalink
remove sourcemap from dev command
Browse files Browse the repository at this point in the history
its already in tsup.config.ts

Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Oct 8, 2023
1 parent 17c1705 commit 4fc98af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/qr-code-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.4",
"main": "built/index.js",
"scripts": {
"dev": "tsup src/index.ts --watch --sourcemap --onSuccess 'node dist/index.js'",
"dev": "tsup src/index.ts --watch --onSuccess 'node dist/index.js'",
"build": "tsup-node",
"start": "node build/index.js"
},
Expand Down

0 comments on commit 4fc98af

Please sign in to comment.