(names)
| 4 | // of trying (and, for global installs, failing) to write it to the local |
| 5 | // project config. |
| 6 | const configSetAllowScripts = (names) => |
| 7 | `npm config set allow-scripts=${names.join(',')} --location=user` |
| 8 | |
| 9 | module.exports = { configSetAllowScripts } |
no test coverage detected