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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ All notable user-visible changes to this project are documented in this file.
shown on focus, the editable session title is labeled and Escape cancels
an edit, snippet iframes carry the snippet title, and toasts are announced
via a polite live region.
- Following the README quick start from a git clone failed: `npx sideshow
serve` exited with `viewer build missing` because nothing built the viewer.
`npm install` in the repo now builds it (the published npm package was
unaffected — `prepack` already ships a built viewer).

## [0.2.0] - 2026-06-11

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"deploy": "npm run build:viewer && wrangler deploy",
"dev:cloud": "npm run build:viewer && wrangler dev",
"prepack": "npm run build",
"prepare": "simple-git-hooks"
"prepare": "simple-git-hooks && npm run build:viewer"
},
"dependencies": {
"@hono/node-server": "^1.14.0",
Expand Down
Loading