chore: move lint task before build
This commit is contained in:
4
.github/workflows/web.dev.yml
vendored
4
.github/workflows/web.dev.yml
vendored
@@ -23,10 +23,10 @@ jobs:
|
||||
uses: ruby/setup-ruby@v1
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: Test
|
||||
run: yarn test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user