Skip to content

Commit a49196e

Browse files
committed
Testing github actions
1 parent 0dbd19e commit a49196e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
run: echo "JITPACK_VERSION=${{steps.tag.outputs.tag}}" >> $GITHUB_ENV
4444

4545
- name: Install
46-
run: npm ci
46+
run: |
47+
rm -rf node_modules
48+
npm ci
4749
4850
- name: Build
4951
run: npm run build

0 commit comments

Comments
 (0)