Skip to content

Commit

Permalink
changed lint and build order
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Sep 4, 2024
1 parent 354eab1 commit 9755be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: yarn install
- name: Prettier check
run: yarn prettier:check
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Lint
run: yarn lint
- name: Recreate JSON Schemas
run: yarn create-schemas && yarn build # an incremental rebuild is neccessary to use the updated schema
- name: Test
Expand Down

0 comments on commit 9755be9

Please sign in to comment.