ci: do not run react tests
No value in these tests + some issue encountered due to ESM (I assume).
This commit is contained in:
parent
ee4119eefe
commit
08312c73d0
|
@ -17,7 +17,7 @@
|
|||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"test": "exit 0",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
Loading…
Reference in New Issue