We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fe2c2 commit 5db2bebCopy full SHA for 5db2beb
cli/package.json
@@ -21,6 +21,7 @@
21
"build:sdk": "cd ../sdk && bun run build",
22
"build:opentui": "cd ../packages/opentui && bun run build",
23
"start": "bun run dist/index.js",
24
+ "pretypecheck": "bun run build:sdk",
25
"typecheck": "tsc --noEmit -p ."
26
},
27
"sideEffects": false,
0 commit comments