15 lines
266 B
JSON
15 lines
266 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(if exist dist rmdir /s /q dist)",
|
||
|
|
"Bash(npm run build:*)",
|
||
|
|
"Bash(find:*)",
|
||
|
|
"Bash(npm run dev:*)",
|
||
|
|
"Bash(npm install)",
|
||
|
|
"Bash(npm cache clean:*)"
|
||
|
|
],
|
||
|
|
"deny": [],
|
||
|
|
"ask": []
|
||
|
|
}
|
||
|
|
}
|