ci: install deps before plugin npm publish preview

This commit is contained in:
Peter Steinberger
2026-05-02 03:06:30 +01:00
parent ca319906ce
commit d5c8d70f02

View File

@@ -163,7 +163,6 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
pnpm-version: ${{ env.PNPM_VERSION }}
install-bun: "false"
install-deps: "false"
- name: Preview publish command
run: bash scripts/plugin-npm-publish.sh --dry-run "${{ matrix.plugin.packageDir }}"
@@ -197,7 +196,6 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
pnpm-version: ${{ env.PNPM_VERSION }}
install-bun: "false"
install-deps: "false"
- name: Ensure version is not already published
env: