Skip to content

Commit 7117126

Browse files
committed
fix: tsx as dependency
1 parent 63d161d commit 7117126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interact/cli/dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env tsx
1+
#!/usr/bin/env -S npx tsx
22
// ts-node is mandatory but the command get warning
33
//#!/usr/bin/env -S node --loader ts-node/esm --disable-warning=ExperimentalWarning
44

0 commit comments

Comments
 (0)