mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
fix build command
This commit is contained in:
2
.github/workflows/app.yml
vendored
2
.github/workflows/app.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/general-checks.yml
vendored
2
.github/workflows/general-checks.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user