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 84d24a5 commit d7dea17Copy full SHA for d7dea17
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: '16'
15
registry-url: 'https://registry.npmjs.org'
16
- name: npm Install
17
- run: npm install
+ run: npm install --legacy-peer-deps
18
- name: Install dependencies
19
run: npm ci --legacy-peer-deps #TODO: remove this flag once we get rid of tslint
20
- name: Prettier check
0 commit comments