Skip to content

Commit 2fbe0d5

Browse files
committed
fix dirty
1 parent 72fd558 commit 2fbe0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for (const file of [
3434

3535
const contents = JSON.parse(await readFile("package.json", "utf-8"));
3636
delete contents["private"];
37-
contents.version = spawnSync("git", ["describe", "--tags", "--dirty"], {
37+
contents.version = spawnSync("git", ["describe", "--tags"], {
3838
encoding: "utf-8",
3939
})
4040
.stdout.trim()

0 commit comments

Comments
 (0)