1
0
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:
Matthias Kretschmann 2019-09-11 14:35:03 +02:00
parent 8058325697
commit 199df0e23d
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -5,7 +5,7 @@
"license": "Apache-2.0",
"scripts": {
"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:watch": "react-scripts test --coverage",
"eject": "react-scripts eject",