Skip to content

Commit 996f8de

Browse files
committed
Add missing shebang
1 parent 70cca90 commit 996f8de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/react-dsfr.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
const [, , commandName, ...args] = process.argv;
24

35
(async () => {

0 commit comments

Comments
 (0)