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 72fd558 commit 2fbe0d5Copy full SHA for 2fbe0d5
scripts/dist.ts
@@ -34,7 +34,7 @@ for (const file of [
34
35
const contents = JSON.parse(await readFile("package.json", "utf-8"));
36
delete contents["private"];
37
-contents.version = spawnSync("git", ["describe", "--tags", "--dirty"], {
+contents.version = spawnSync("git", ["describe", "--tags"], {
38
encoding: "utf-8",
39
})
40
.stdout.trim()
0 commit comments