Tags: melonjs/melonJS
Tags
ci: align melonjs prepublishOnly hook with publish workflow (#1498) #1497 swapped the publish workflow's build_cmd from `pnpm dist` to `pnpm dist:publish` (drops the redundant `pnpm vitest run` — main.yml gates tests now). But `npm publish` ALSO fires the package's own `prepublishOnly` hook, which still hardcoded `pnpm dist`. So the workflow built cleanly with the new recipe and then `npm publish` re-triggered `pnpm dist` → `pnpm vitest run` → died on missing Playwright browsers. Point `prepublishOnly` at the same `dist:publish` script the workflow uses. Keeps the safety net for local manual `npm publish` (build before shipping) without dragging the broken vitest step back in. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
chore(release): 19.6.0 — date + CHANGELOG polish (#1461) Replace _unreleased_ with the release date and trim the verbose post-merge CHANGELOG entries (Highlights and the Added / Changed / Fixed bullets) down to one-sentence-each form. No behavior change. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
PreviousNext