fix(cli): remove -S from shebang to fix Windows and BSD execution (#24756)

This commit is contained in:
Tommaso Sciortino
2026-04-06 19:06:56 +00:00
committed by GitHub
parent 8f131ffef7
commit c6a9d3de13
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env -S node --no-warnings=DEP0040
#!/usr/bin/env node
/**
* @license

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env -S node --no-warnings=DEP0040
#!/usr/bin/env node
/**
* @license