Skip to content

Commit 82bea27

Browse files
authored
Merge pull request #110 from Visual-Regression-Tracker/dependency-fix
misc: fix release flow
2 parents 0b6dfb7 + 1a09e04 commit 82bea27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: npm ci
2121

22+
- name: Install npm dependencies
23+
run: npm ci
24+
2225
- name: Build
2326
run: npm run build
2427

0 commit comments

Comments
 (0)