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
4 changes: 4 additions & 0 deletions .changeset/chubby-owls-take.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Updated the main snapshot publishing workflow.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,4 @@ jobs:
run: |
pnpm changeset version --snapshot main
pnpm build
npm_config_frozen_lockfile=false pnpm exec zile publish:prepare
pnpm changeset publish --no-git-tag --snapshot main --tag main
pnpm exec zile publish:post
pnpm changeset:publish:main
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"scripts": {
"build": "pnpm build:html && zile",
"build:html": "node --import tsx scripts/build:html.ts",
"changeset:publish:main": "zile publish:prepare && changeset publish --no-git-tag --tag main && zile publish:post",
"changeset:publish": "zile publish:prepare && changeset publish && zile publish:post",
"changeset:version": "changeset version && vp fmt .",
"check": "vp lint --fix && vp fmt --write .",
Expand Down
Loading