Skip to content

Commit 306ab28

Browse files
aksOpsclaude
andcommitted
fix(build): regenerate package-lock.json against npm registry
The previous lockfile pointed @ossrandom/design-system at a local filesystem path (`file:../../../../design-system`, link:true) — a holdover from the local-checkout development of the design-system. On CI that path doesn't exist, so `npm install` left the dep unresolved and `vite build` failed with TS2307 "Cannot find module '@ossrandom/design-system'". Regenerated lockfile resolves to the published 0.3.0 tarball: https://registry.npmjs.org/@ossrandom/design-system/-/design-system-0.3.0.tgz Verified locally: `rm -rf node_modules && npm install` clean, `npm run build` produces the same bundle modulo content-hash filenames. The two new design-system-*.js chunks reflect the registry-resolved artifact. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c46e656 commit 306ab28

3 files changed

Lines changed: 227 additions & 210 deletions

File tree

0 commit comments

Comments
 (0)