Skip to content

Commit 50fb337

Browse files
Build types before running linter
1 parent da0ed81 commit 50fb337

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

4040
- run: npx testpack-cli --keep=@types/*,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts

0 commit comments

Comments
 (0)