mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Remove redundant clean + reinstall from npm-publish workflow (#1540)
This commit is contained in:
parent
7d5adeb06e
commit
338f3ce60c
6
.github/workflows/npm-publish.yaml
vendored
6
.github/workflows/npm-publish.yaml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user