fix build command

This commit is contained in:
Justin Hernandez
2025-07-28 12:40:09 -07:00
parent 9e57e017ca
commit 37f95bc8fb
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install Dependencies
uses: ./.github/actions/yarn-install
- name: Build Dependencies
run: yarn build:deps
run: yarn build
working-directory: ./app
- name: Run linter
run: yarn lint

View File

@@ -10,7 +10,7 @@ jobs:
- name: Install Dependencies
uses: ./.github/actions/yarn-install
- name: Build Dependencies
run: yarn build:deps
run: yarn build
- name: Run linter
run: yarn lint