Skip to content

Commit

Permalink
fix(release): disable sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCousin committed Aug 3, 2023
1 parent 8008dc2 commit 8447760
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 @@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"lint": "eslint .",
"package": "ncc build --source-map --license licenses.txt",
"package": "ncc build dist/index.js --license licenses.txt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
Expand Down

0 comments on commit 8447760

Please sign in to comment.