Skip to content

Commit 62e5bfa

Browse files
committed
Revert package.json change
1 parent b1fc511 commit 62e5bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packageManager": "bun@1.3.5",
88
"scripts": {
99
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
10-
"typecheck": "echo '0'",
10+
"typecheck": "bun turbo typecheck",
1111
"prepare": "husky",
1212
"random": "echo 'Random script'",
1313
"hello": "echo 'Hello World!'",

0 commit comments

Comments
 (0)