Skip to content

Commit 5f85790

Browse files
committed
chore: updated release flow
1 parent bc8bff2 commit 5f85790

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/release.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { execSync } from "child_process";
32
import { readFileSync, writeFileSync } from "fs";
43
import { join } from "path";
@@ -39,4 +38,4 @@ const main = () => {
3938
});
4039
};
4140

42-
main();
41+
main()

0 commit comments

Comments
 (0)