Remove redundant clean + reinstall from npm-publish workflow (#1540)

This commit is contained in:
Konsti Wohlwend 2026-06-02 17:36:46 -07:00 committed by GitHub
parent 7d5adeb06e
commit 338f3ce60c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,12 +36,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Clean
run: pnpm run clean
- name: Install dependencies (after clean)
run: pnpm install --frozen-lockfile
- name: Build packages
run: pnpm build:packages