Skip to content

Commit 03e174b

Browse files
author
Will Vedder
committed
Missing one extra reference of ts migration job
1 parent 92e9bad commit 03e174b

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.circleci/config.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,4 @@ workflows:
7676
branches:
7777
ignore: /.*/
7878
tags:
79-
only: /^v.*/
80-
ts_migration:
81-
jobs:
82-
- ts_migration_progress:
83-
filters:
84-
tags:
85-
ignore: /.*/
79+
only: /^v.*/

.husky/pre-commit

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ npm run lint:fix
55

66
npx pretty-quick --staged
77

8-
npx tsc --noEmit # Ensure that code compiles
9-
8+
npx tsc --noEmit # Ensure that code compiles

0 commit comments

Comments
 (0)