fix imports
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-03-05 07:26:00 -07:00
parent dfad87ccf7
commit 38d3c0242d

View File

@@ -1,4 +1,5 @@
import { execSync, readFileSync } from "fs";
import { execSync } from "child_process";
import { readFileSync } from "fs";
const tag = JSON.parse(
readFileSync("package.json", { encoding: "utf8" }),