From 8a438f163fc8474a0ca8eeccf299f8aab029203f Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Thu, 14 Nov 2024 12:53:36 -0300 Subject: [PATCH] fix: shebang opt --- bin/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);