Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 62d64c0

Browse files
committed
chore: no longer --no-warnings settings needed for shebang
1 parent efb25f7 commit 62d64c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-js/src/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node --no-warnings
1+
#!/usr/bin/env node
22
import { CommandFactory } from 'nest-commander';
33
import { CommandModule } from './command.module';
44
import updateNotifier from 'update-notifier';

0 commit comments

Comments
 (0)