From 7b3823cd788419d9dcb1674cc2aefb207ce60de0 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Mon, 16 Dec 2024 14:33:32 -0300 Subject: [PATCH] chore: node opt as env var --- bin/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run.js b/bin/run.js index bbdd38ac..7ef088ff 100755 --- a/bin/run.js +++ b/bin/run.js @@ -1,4 +1,4 @@ -#!/usr/bin/env -S node --no-deprecation +#!/usr/bin/env NODE_OPTIONS=--no-deprecation node // Pre-process/prune flags before creating or running the actual CLI (await import('../dist/flags.js')).preprocessCliFlags(process);