Skip to content

Commit

Permalink
Flag '--external encode' in ncc build
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrollsmith committed Sep 27, 2023
1 parent f6b0261 commit bca5b60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
16 changes: 8 additions & 8 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"format:write": "prettier --write **/*.js",
"format:check": "prettier --check **/*.js",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
"package": "ncc build src/index.js --license licenses.txt",
"package": "ncc build src/index.js --license licenses.txt --external encoding",
"package:watch": "npm run package -- --watch",
"test": "(jest && make-coverage-badge --output-path ./badges/coverage.svg) || make-coverage-badge --output-path ./badges/coverage.svg",
"all": "npm install && npm run format:write && npm run lint && npm run test && npm run package"
Expand Down

0 comments on commit bca5b60

Please sign in to comment.