We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e9bad commit 03e174bCopy full SHA for 03e174b
.circleci/config.yml
@@ -76,10 +76,4 @@ workflows:
76
branches:
77
ignore: /.*/
78
tags:
79
- only: /^v.*/
80
- ts_migration:
81
- jobs:
82
- - ts_migration_progress:
83
- filters:
84
- tags:
85
- ignore: /.*/
+ only: /^v.*/
.husky/pre-commit
@@ -5,5 +5,4 @@ npm run lint:fix
5
6
npx pretty-quick --staged
7
8
-npx tsc --noEmit # Ensure that code compiles
9
-
+npx tsc --noEmit # Ensure that code compiles
0 commit comments