core: update project configuration files

Removes permission setting from opencode config and adds test root configuration to prevent running tests from project root.
This commit is contained in:
Dax Raad 2025-12-31 18:46:13 -05:00
commit 8d8f544ccf
3 changed files with 6 additions and 2 deletions

View file

@ -10,7 +10,8 @@
"typecheck": "bun turbo typecheck",
"prepare": "husky",
"random": "echo 'Random script'",
"hello": "echo 'Hello World!'"
"hello": "echo 'Hello World!'",
"test": "echo 'do not run tests from root' && exit 1"
},
"workspaces": {
"packages": [