1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

update client build command

This commit is contained in:
Matthias Kretschmann 2019-03-25 12:26:20 +01:00
parent d79e7c28af
commit b649289ab0
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},