feat: wire pnpm work CLI + initial _state.json snapshot

This commit is contained in:
2026-05-13 07:47:03 +02:00
parent be8e89baed
commit 9858d49787
2 changed files with 108 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
"test:stories": "turbo run test:stories",
"typecheck": "turbo run typecheck",
"conformance": "node scripts/conformance.mjs",
"work": "node scripts/work/cli.mjs",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\""
},