17 lines
606 B
JSON
17 lines
606 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find c:Usersmarc.lorenzlimelight-commn-web-componentsCommonWebComponents -not -path */.git/* -type f)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm run:*)",
|
|
"Bash(mkdir -p src/components src/utils assets fonts)",
|
|
"Bash(mv LimelightButton.vue src/components/)",
|
|
"Bash(mv webviewer.ts src/utils/)",
|
|
"Bash(mv webviewer.d.ts src/utils/)",
|
|
"Bash(mv index.ts src/index.ts)",
|
|
"Bash(find c:Usersmarc.lorenzlimelight-commn-web-componentsCommonWebComponents -name *.test.* -o -name *.spec.*)",
|
|
"Bash(npm test:*)"
|
|
]
|
|
}
|
|
}
|