Fix Web App workflows (#3423)
* Fix Web App workflows * Update Yarn to 4.4.0
This commit is contained in:
@@ -11,7 +11,7 @@ die() {
|
||||
try() { "$@" &> yarn.log || die "cannot $*"; }
|
||||
|
||||
rm -f yarn.log
|
||||
try make build-static-istanbul-coverage
|
||||
try yarn buildistanbulcoverage
|
||||
|
||||
if cat yarn.log | grep "Compiled with warnings"; then
|
||||
echo "There are warnings in the code"
|
||||
|
||||
Reference in New Issue
Block a user