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

add test:watch command

This commit is contained in:
Matthias Kretschmann 2019-04-15 22:35:38 +02:00
parent 1a15a30435
commit 78c89ec28f
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -7,6 +7,7 @@
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test --coverage",
"test:watch": "react-scripts test --coverage --watch",
"eject": "react-scripts eject"
},
"dependencies": {