mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-06-04 21:29:44 -04:00
remove --no-experimental-fetch
This commit is contained in:
parent
55e0ceffc4
commit
896b02f0d8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue