Skip to content

Commit 8a49d6c

Browse files
committed
update comment
1 parent dff2ce4 commit 8a49d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export async function getPackageInfo(
6666

6767
export async function readPackageJson(packagePath: string) {
6868
/**
69-
* Nout using require here because require caches the file
70-
* in memory, so it may not contain the updates that are made by e.g. git commands
69+
* Not using require here because require caches the file
70+
* in memory, so it may not contain the latest updates made by scripts
7171
*/
7272
return JSON.parse(await readFile(`${packagePath}/package.json`, 'utf8'));
7373
}

0 commit comments

Comments
 (0)