Skip to content

Commit 7705c95

Browse files
Merge pull request #1913 from nhsuk/lint-types-force
[v10] Add TypeScript compiler `--force` flag
2 parents 68c54eb + 90539c1 commit 7705c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- description: TypeScript compiler
7878
name: lint-types
79-
run: npm run lint:types
79+
run: npm run lint:types -- --force
8080
cache: '**/*.tsbuildinfo'
8181

8282
steps:

0 commit comments

Comments
 (0)