Skip to content

Commit 37f95bc

Browse files
committed
fix build command
1 parent 9e57e01 commit 37f95bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Dependencies
2424
uses: ./.github/actions/yarn-install
2525
- name: Build Dependencies
26-
run: yarn build:deps
26+
run: yarn build
2727
working-directory: ./app
2828
- name: Run linter
2929
run: yarn lint

.github/workflows/general-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install Dependencies
1111
uses: ./.github/actions/yarn-install
1212
- name: Build Dependencies
13-
run: yarn build:deps
13+
run: yarn build
1414
- name: Run linter
1515
run: yarn lint
1616

0 commit comments

Comments
 (0)