Skip to content

Commit

Permalink
removes source map for bin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL committed Oct 16, 2020
1 parent d05901c commit 06b38bc
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 @@ -10,7 +10,7 @@
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"package-main": "ncc build src/main.ts --source-map --license licenses.txt --out dist/main",
"package-bin": "ncc build src/bin.ts --source-map --license licenses.txt --out dist/bin && prepend dist/bin/index.js '#!/usr/bin/env node\n\n'",
"package-bin": "ncc build src/bin.ts --license licenses.txt --out dist/bin && prepend dist/bin/index.js '#!/usr/bin/env node\n\n'",
"package": "npm run package-main && npm run package-bin",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
Expand Down

0 comments on commit 06b38bc

Please sign in to comment.