Adjust tsconfig usage (#760)

This commit is contained in:
Jaco
2023-05-18 12:10:56 +03:00
committed by GitHub
parent 7bb148eea9
commit 36c7da623b
19 changed files with 218 additions and 182 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ jobs:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn install --immutable
yarn ${{ matrix.step }}
+1 -1
View File
@@ -27,5 +27,5 @@ jobs:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn install --immutable
yarn ${{ matrix.step }}