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
-6
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