test(generate): add sdk drift guardrails

This commit is contained in:
Kit Langton
2026-04-14 17:18:26 -04:00
parent 4ed3afea84
commit 3dee1e7acd
3 changed files with 37 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
"typecheck": "bun turbo typecheck",
"postinstall": "bun run --cwd packages/opencode fix-node-pty",
"prepare": "husky",
"generate:check": "bun ./script/check-generate.ts",
"random": "echo 'Random script'",
"hello": "echo 'Hello World!'",
"test": "echo 'do not run tests from root' && exit 1"