Merge branch 'main' into staging

This commit is contained in:
elibrody2 2023-11-14 18:43:50 -05:00 committed by GitHub
commit c06e8b639d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View file

@ -26,7 +26,7 @@ jobs:
run: echo "PLAYWRIGHT_VERSION=$(jq -r .dependencies.playwright package.json)" >> "$GITHUB_OUTPUT"
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build app
run: pnpm build