Skip to content

Commit 00254b5

Browse files
Build types before running linter
1 parent 7e99aa3 commit 00254b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333

3434
- run: yarn
3535
- run: npx prettier --check .
36-
- run: yarn run lint
3736
- run: yarn run build
37+
- run: yarn run lint
3838
- run: yarn run test
3939
- run: npx testpack-cli --keep=@types/jest,ts-jest,typescript src/e2e.spec.ts
4040

0 commit comments

Comments
 (0)