We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414f0a2 commit fcc8f65Copy full SHA for fcc8f65
src/utils/dlx.mts
@@ -128,10 +128,6 @@ export async function spawnDlx(
128
npm_config_dlx_cache_max_age: '0',
129
},
130
}
131
- // Add --ignore-scripts for extra security.
132
- // While pnpm dlx allows the executed package's scripts by default,
133
- // we disable them since coana/cdxgen/synp don't need postinstall scripts.
134
- spawnArgs.push('--ignore-scripts')
135
136
if (silent) {
137
spawnArgs.push(FLAG_SILENT)
0 commit comments