Commit Graph

2 Commits

Author SHA1 Message Date
ejlewis 72f99295ca build: re-add wrangler as devDependency
Needed by the deploy step (npx wrangler pages deploy). Keeping it as a
local devDep means CI doesn't re-download wrangler on every run, matching
how ethanjlewis.com is set up.
2026-05-09 11:56:38 -05:00
ejlewis b80e4c32a5 fix(ci): commit package-lock.json so npm ci works
The Woodpecker pipeline runs `npm ci` which requires a lockfile;
without it the install step errors with EUSAGE.
2026-05-09 11:47:50 -05:00