Skip to content

Commit 5f70b18

Browse files
committed
Run install step always
1 parent 101bc4d commit 5f70b18

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
with:
2525
node-version: latest
2626
cache: pnpm
27-
- name: Install & Build 🔧
27+
- name: Install 🔩
28+
run: pnpm i --frozen-lockfile
29+
- name: Build 🔧
2830
if: github.ref != 'refs/heads/main'
29-
run: |
30-
pnpm i --frozen-lockfile
31-
pnpm build
31+
run: pnpm build
3232
- name: Publish 📰
3333
uses: JS-DevTools/npm-publish@v2.2.1
3434
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)