Adjust tsconfig usage (w/ latest dev) (#1258)
This commit is contained in:
2
.github/workflows/pr-any.yml
vendored
2
.github/workflows/pr-any.yml
vendored
@@ -15,5 +15,5 @@ jobs:
|
||||
node-version: 'lts/*'
|
||||
- name: ${{ matrix.step }}
|
||||
run: |
|
||||
yarn install --immutable | grep -v 'YN0013'
|
||||
yarn install --immutable
|
||||
yarn ${{ matrix.step }}
|
||||
|
||||
2
.github/workflows/push-master.yml
vendored
2
.github/workflows/push-master.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user