Test by building

Cannot run react-scripts test with libp2p
due to
https://github.com/libp2p/js-libp2p/issues/961
This commit is contained in:
Franck Royer 2021-08-02 11:04:41 +10:00
parent f0fe7dce02
commit 5a4f7d4468
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=./test/custom-test-env.js",
"test": "react-scripts build",
"react-test": "react-scripts test --env=./test/custom-test-env.js",
"eject": "react-scripts eject"
},
"eslintConfig": {