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:
parent
f31006b1cd
commit
8d8f544ccf
3 changed files with 6 additions and 2 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue