mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2024-12-25 23:39:38 -05:00
add --no-experimental-fetch to support Node.js 18 LTS
This commit is contained in:
parent
6486100db7
commit
156be0b637
@ -7,7 +7,7 @@
|
||||
"files": ["dist/**/*"],
|
||||
"scripts": {
|
||||
"prepare": "scripts/build_protobuf.sh",
|
||||
"test": "jest",
|
||||
"test": "node --no-experimental-fetch ./node_modules/.bin/jest",
|
||||
"eslint": "eslint .",
|
||||
"eslintfix": "eslint src/* --fix",
|
||||
"typedoc": "typedoc ./src/index.ts --entryPointStrategy expand src/ --exclude **/*.test.ts --excludePrivate"
|
||||
|
Loading…
Reference in New Issue
Block a user