Skip to content

Commit

Permalink
add --no-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Aug 21, 2024
1 parent 41a091c commit 5b6745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S node --experimental-strip-types
#!/usr/bin/env -S node --experimental-strip-types --no-warnings
import ansiRegex from "ansi-regex";
import minimist from "minimist";
import registryAuthToken from "registry-auth-token";
Expand Down

0 comments on commit 5b6745e

Please sign in to comment.