We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68c54eb + 90539c1 commit 7705c95Copy full SHA for 7705c95
1 file changed
.github/workflows/pull-request.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- description: TypeScript compiler
78
name: lint-types
79
- run: npm run lint:types
+ run: npm run lint:types -- --force
80
cache: '**/*.tsbuildinfo'
81
82
steps:
0 commit comments