chore(workflow): build before linting

This commit is contained in:
Mo
2022-07-05 10:22:23 -05:00
parent 5ee7b0639a
commit 30f346143f
2 changed files with 4 additions and 4 deletions

View File

@@ -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