mirror of https://github.com/waku-org/js-waku.git
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:
parent
f0fe7dce02
commit
5a4f7d4468
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue