mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
failing CI build workaround
* until fix in web3.js is released for https://github.com/ethereum/web3.js/issues/3018
This commit is contained in:
parent
8058325697
commit
199df0e23d
@ -5,7 +5,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts --max_old_space_size=4096 build",
|
"build": "CI=false react-scripts --max_old_space_size=4096 build",
|
||||||
"test": "react-scripts test --coverage --watchAll=false",
|
"test": "react-scripts test --coverage --watchAll=false",
|
||||||
"test:watch": "react-scripts test --coverage",
|
"test:watch": "react-scripts test --coverage",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
|
Loading…
Reference in New Issue
Block a user