mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-06-07 06:32:58 -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": {
|
"scripts": {
|
||||||
"prepare": "scripts/build_protobuf.sh",
|
"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 .",
|
"eslint": "eslint .",
|
||||||
"eslintfix": "eslint src/* --fix",
|
"eslintfix": "eslint src/* --fix",
|
||||||
"typedoc": "typedoc ./src/index.ts --entryPointStrategy expand src/ --exclude **/*.test.ts --excludePrivate"
|
"typedoc": "typedoc ./src/index.ts --entryPointStrategy expand src/ --exclude **/*.test.ts --excludePrivate"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue