mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
fix: re-enable tauri typecheck
This commit is contained in:
parent
56526114e4
commit
ebe6015db0
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
"version": "1.0.138",
|
"version": "1.0.138",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"typecheck": "tsgo -b",
|
||||||
"predev": "bun ./scripts/predev.ts",
|
"predev": "bun ./scripts/predev.ts",
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "bun run typecheck && vite build",
|
"build": "bun run typecheck && vite build",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue