We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf25d8a commit fcf2e9bCopy full SHA for fcf2e9b
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: '16'
15
- name: Install dependencies
16
- run: npm ci --legacy-peer-deps #TODO: remove this flag once we get rid of tslint
+ run: npm install --legacy-peer-deps
17
- name: Prettier check
18
run: npm run check:prettier
19
- name: Check linting
0 commit comments