chore(workflow): build before linting
This commit is contained in:
4
.github/workflows/web.release.prod.yml
vendored
4
.github/workflows/web.release.prod.yml
vendored
@@ -21,10 +21,10 @@ jobs:
|
||||
uses: ruby/setup-ruby@v1
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Build
|
||||
run: yarn build:web-server
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Test
|
||||
run: yarn test
|
||||
|
||||
|
||||
4
.github/workflows/web.release.test.yml
vendored
4
.github/workflows/web.release.test.yml
vendored
@@ -17,10 +17,10 @@ jobs:
|
||||
uses: ruby/setup-ruby@v1
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Build
|
||||
run: yarn build:web-server
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Test
|
||||
run: yarn test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user