Browse Source

add --no-expiermental-fetch flag to support nodejs 18

master
doron aviguy 2 years ago
parent
commit
4a344f421e
  1. 2
      package.json

2
package.json

@ -6,7 +6,7 @@
"author": "",
"scripts": {
"prettier": "npx prettier --write '{test,contracts,build}/**/*.{ts,js,json}'",
"test": "mocha --exit test/**/*.spec.ts",
"test": "node --no-experimental-fetch node_modules/mocha/bin/mocha --exit test/**/*.spec.ts",
"build": "ts-node ./build/_build.ts",
"deploy": "ts-node ./build/_deploy.ts",
"deploy:testnet": "ts-node ./build/_deploy.ts",

Loading…
Cancel
Save