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 fc9f421 commit e4f7a33Copy full SHA for e4f7a33
.github/workflows/release.yml
@@ -13,6 +13,8 @@ jobs:
13
with:
14
node-version: '16'
15
registry-url: 'https://registry.npmjs.org'
16
+ - name: npm Install
17
+ run: npm install
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