Adjust tsconfig usage (w/ latest dev) (#1258)

This commit is contained in:
Jaco
2023-05-18 12:54:23 +03:00
committed by GitHub
parent 3317f7a79f
commit 124de8db75
31 changed files with 315 additions and 250 deletions

View File

@@ -15,5 +15,5 @@ jobs:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn install --immutable
yarn ${{ matrix.step }}

View File

@@ -27,5 +27,5 @@ jobs:
GH_RELEASE_FILES: master-build.zip,master-src.zip
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn install --immutable
yarn ${{ matrix.step }}