mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Allow typecheck/test/lint commands without permission prompts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm run typecheck)",
|
||||
"Bash(npm run typecheck *)",
|
||||
"Bash(npm test)",
|
||||
"Bash(npm test *)",
|
||||
"Bash(npm run lint)",
|
||||
"Bash(npm run lint *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user