mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2024-10-01 01:35:42 -04:00
remove --no-experimental-fetch
This commit is contained in:
parent
55e0ceffc4
commit
896b02f0d8
@ -9,7 +9,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "scripts/build_protobuf.sh",
|
||||
"test": "node --no-experimental-fetch ./node_modules/.bin/jest --forceExit --detectOpenHandles",
|
||||
"test": "node ./node_modules/.bin/jest --forceExit --detectOpenHandles",
|
||||
"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