diff --git a/bin/run.js b/bin/run.js index 04f7d533..bbdd38ac 100755 --- a/bin/run.js +++ b/bin/run.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node --no-deprecation +#!/usr/bin/env -S node --no-deprecation // Pre-process/prune flags before creating or running the actual CLI (await import('../dist/flags.js')).preprocessCliFlags(process);