13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install *)",
|
|
"Bash(npm test *)",
|
|
"Bash(npm list *)",
|
|
"Bash(./node_modules/.bin/ng test *)",
|
|
"Bash(npx ng *)",
|
|
"Bash(npm start *)"
|
|
]
|
|
}
|
|
}
|