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 466ea58 commit 258e256Copy full SHA for 258e256
1 file changed
scripts/postversion.mjs
@@ -1,6 +1,8 @@
1
/* global $, fs */
2
import "zx/globals";
3
4
+import { existsSync } from "node:fs";
5
+
6
// 1. Determine packages updated
7
const gitStatus = await $`git status --porcelain`;
8
const changedFiles = gitStatus.stdout
0 commit comments