We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e57e01 commit 37f95bcCopy full SHA for 37f95bc
.github/workflows/app.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Dependencies
24
uses: ./.github/actions/yarn-install
25
- name: Build Dependencies
26
- run: yarn build:deps
+ run: yarn build
27
working-directory: ./app
28
- name: Run linter
29
run: yarn lint
.github/workflows/general-checks.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
15
16
0 commit comments