Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pkg-pr-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,14 @@ jobs:
- name: Prepare the StackBlitz template
run: pnpm --filter @videojs/sandbox exec tsx scripts/prepare-template.ts

# The template step above left apps/sandbox/package.json out of step with the lockfile on purpose. pnpm re-verifies
# the lockfile before any root-level `pnpm exec` and, in CI, refuses to continue, so skip that check here.
- name: Publish preview packages
env:
VIDEOJS_SKIP_PACKAGE_DOCS: '1'
run: >
pnpm exec pkg-pr-new publish --pnpm --previewVersion --peerDeps --packageManager=pnpm
pnpm --config.verify-deps-before-run=false exec pkg-pr-new publish --pnpm --previewVersion --peerDeps
--packageManager=pnpm
'./packages/cdn'
'./packages/core'
'./packages/element'
Expand Down
Loading