Skip to content

Commit 258e256

Browse files
committed
Add missing import to postversion script
1 parent 466ea58 commit 258e256

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/postversion.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* global $, fs */
22
import "zx/globals";
33

4+
import { existsSync } from "node:fs";
5+
46
// 1. Determine packages updated
57
const gitStatus = await $`git status --porcelain`;
68
const changedFiles = gitStatus.stdout

0 commit comments

Comments
 (0)