Skip to content

Commit e8061c7

Browse files
committed
Reorder checks
1 parent d99729a commit e8061c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/webpack.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Install
2323
run: yarn install --ignore-scripts
2424

25-
- name: Typecheck
26-
run: yarn ts:check
27-
2825
- name: Test
2926
run: yarn test
3027

3128
- name: Build
3229
run: yarn build
30+
31+
- name: Typecheck
32+
run: yarn ts:check

0 commit comments

Comments
 (0)