Skip to content

Commit 84d24a5

Browse files
2 parents 6f413c4 + e4f7a33 commit 84d24a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
node-version: '16'
1515
registry-url: 'https://registry.npmjs.org'
16+
- name: npm Install
17+
run: npm install
1618
- name: Install dependencies
1719
run: npm ci --legacy-peer-deps #TODO: remove this flag once we get rid of tslint
1820
- name: Prettier check

0 commit comments

Comments
 (0)