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

@@ -3,12 +3,12 @@ default: build-static
build-static:
@echo "Building frontend static assets to 'build'"
@if [ -f "${NVM_DIR}/nvm.sh" ]; then \. "${NVM_DIR}/nvm.sh" && nvm install && nvm use; fi && \
NODE_OPTIONS=--openssl-legacy-provider yarn build
yarn build
build-static-istanbul-coverage:
@echo "Building frontend static assets to 'build'"
@if [ -f "${NVM_DIR}/nvm.sh" ]; then \. "${NVM_DIR}/nvm.sh" && nvm install && nvm use; fi && \
NODE_OPTIONS=--openssl-legacy-provider yarn buildistanbulcoverage
yarn buildistanbulcoverage
test-warnings:
./check-warnings.sh