Fix Web App workflows (#3423)

* Fix Web App workflows

* Update Yarn to 4.4.0
This commit is contained in:
Victor Bayas
2024-08-08 14:56:03 -05:00
committed by GitHub
parent adfc96074f
commit 3c34602f9e
5 changed files with 7 additions and 7 deletions

View File

@@ -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"