Skip to content

Commit 8a71960

Browse files
committed
Add hashbang
1 parent ab05ecb commit 8a71960

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/toolkit/scripts/writeGitVersion.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
import * as path from 'node:path'
1+
#!/usr/bin/env node --import=tsx
2+
23
import * as fs from 'node:fs'
4+
import * as path from 'node:path'
35

46
const gitRev = process.argv[2]
57

0 commit comments

Comments
 (0)