Update build-lint-unit.yml

This commit is contained in:
Nate Kelley 2025-09-08 09:21:41 -06:00
parent 287c21f386
commit 9412bdb651
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build required packages
run: pnpm turbo build
run: pnpm turbo build --filter="!@buster-app/web"
env:
NODE_ENV: production
SKIP_ENV_CHECK: true