We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8bff2 commit 5f85790Copy full SHA for 5f85790
scripts/release.js
@@ -1,4 +1,3 @@
1
-
2
import { execSync } from "child_process";
3
import { readFileSync, writeFileSync } from "fs";
4
import { join } from "path";
@@ -39,4 +38,4 @@ const main = () => {
39
38
});
40
};
41
42
-main();
+main()
0 commit comments