ci: update typescript-lint.yml (#3035)

This commit is contained in:
Jon Häggblad
2023-02-15 17:52:33 +01:00
committed by GitHub
parent c8bd6b99fa
commit 17322ccda2
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Setup yarn
run: npm install -g yarn
- name: Lint
run: yarn && yarn lint && yarn tsc
run: yarn && yarn build && yarn lint && yarn tsc
- name: Matrix - Node Install
run: npm install
working-directory: .github/workflows/support-files