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 ddac82a commit 97939a9Copy full SHA for 97939a9
.github/workflows/release.yml
@@ -14,8 +14,6 @@ jobs:
14
node-version: '16'
15
- name: npm Install
16
run: npm install --legacy-peer-deps
17
- - name: Install dependencies
18
- run: npm ci --legacy-peer-deps #TODO: remove this flag once we get rid of tslint
19
- name: Prettier check
20
run: npm run check:prettier
21
- name: Check linting
0 commit comments