mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
33 lines
779 B
JSON
33 lines
779 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm ci)",
|
|
"Bash(npm run lint)",
|
|
"Bash(npm run prettier)",
|
|
"Bash(npm run test)",
|
|
"Bash(npm run test:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(ng build)",
|
|
"Bash(ng build --no-watch --configuration=development)",
|
|
"Bash(npm run electron:dev)",
|
|
"Read(src/**)",
|
|
"Read(package*.json)",
|
|
"Read(angular.json)",
|
|
"Edit(src/**)",
|
|
"Bash(git diff:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(find *)",
|
|
"Bash(grep *)",
|
|
"Bash(rg *)"
|
|
],
|
|
"deny": ["Bash(rm:*)", "Bash(curl:*)", "Bash(git push:*)"]
|
|
},
|
|
|
|
"env": {
|
|
"NODE_ENV": "development",
|
|
"NG_CLI_ANALYTICS": "false",
|
|
"CI": "true"
|
|
},
|
|
"includeCoAuthoredBy": false
|
|
}
|