Skip to content

Commit 14f5e58

Browse files
committed
WIP: Build before linting
1 parent de87e8d commit 14f5e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
cache: 'yarn'
1919
- run: yarn
2020
- run: yarn prettier-check
21-
- run: yarn lint-check
2221
- run: yarn build-lib
22+
- run: yarn lint-check
2323
- run: yarn type-check-app
2424
- run: yarn test-lib
2525
- run: yarn test-app

0 commit comments

Comments
 (0)