Skip to content

Commit 13f480b

Browse files
committed
Attempting to make build consistent across different OS
1 parent f80152b commit 13f480b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

dist/index.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"format": "prettier --write **/*.ts",
7979
"format-check": "prettier --check **/*.ts",
8080
"prebuild": "eslint src/**/*.ts",
81-
"postbuild": "ncc build out/index.js -o dist",
81+
"postbuild": "ncc build out/index.js -o dist --external encoding",
8282
"test": "jest --ci --reporters=default --reporters=jest-junit"
8383
},
8484
"version": "3.2.1"

0 commit comments

Comments
 (0)