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.
2 parents 6f413c4 + e4f7a33 commit 84d24a5Copy full SHA for 84d24a5
.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