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
3 changes: 3 additions & 0 deletions PROJECT_STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ multiplayer are **v2**, already scaffolded and parked in-repo.

## Timeline

- **2026-08-09** — Pinned the landing release tool in the workspace lockfile
and switched the deploy script to `pnpm exec`, removing npm/pnpm configuration
deprecation warnings from the manual Cloudflare Pages release path.
- **2026-08-09** — Adopted the shared Ultracite lint baseline for the TypeScript
relay and web-game surfaces. Thirty-nine applicable source and configuration
files pass with zero diagnostics via explicit compatibility rules; iOS,
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
"build": "pnpm --filter motion-web run build",
"check:landing": "node scripts/check-landing.mjs",
"check": "pnpm lint && pnpm typecheck && pnpm build && pnpm check:landing",
"deploy": "npx wrangler pages deploy landing --project-name motion --branch main"
"deploy": "pnpm exec wrangler pages deploy landing --project-name motion --branch main"
},
"devDependencies": {
"@biomejs/biome": "2.5.5",
"concurrently": "^9.1.0",
"ultracite": "7.10.2"
"ultracite": "7.10.2",
"wrangler": "4.120.0"
},
"engines": {
"node": ">=20"
Expand Down
Loading
Loading