Skip to content

Commit 02702e1

Browse files
committed
fix: zx shebang set
1 parent d0ccc6b commit 02702e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env -vS zx
22

33
import sade from 'sade';
44

src/runner/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env zx
12
import type { Awaitable, GitLogOptions, GitNewTag } from '../types';
23

34
import * as _log from '../commands/log';

0 commit comments

Comments
 (0)