Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/pkg-pr-new-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: pnpm build

- name: Publish preview with pkg.pr.new
run: pnpm dlx pkg-pr-new publish --packageManager=pnpm --bin docs-cache
run: pnpm dlx pkg-pr-new -- publish --pnpm --bin
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"bin",
"dist/cli.mjs",
"dist/chunks/*.mjs",
Comment thread
fbosch marked this conversation as resolved.
"dist/lock.mjs",
"dist/shared/*.mjs",
Comment thread
fbosch marked this conversation as resolved.
"README.md",
"LICENSE"
Expand Down
Loading