We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab05ecb commit 8a71960Copy full SHA for 8a71960
packages/toolkit/scripts/writeGitVersion.mjs
@@ -1,5 +1,7 @@
1
-import * as path from 'node:path'
+#!/usr/bin/env node --import=tsx
2
+
3
import * as fs from 'node:fs'
4
+import * as path from 'node:path'
5
6
const gitRev = process.argv[2]
7
0 commit comments