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 dff2ce4 commit 8a49d6cCopy full SHA for 8a49d6c
scripts/utils.ts
@@ -66,8 +66,8 @@ export async function getPackageInfo(
66
67
export async function readPackageJson(packagePath: string) {
68
/**
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
+ * Not using require here because require caches the file
+ * in memory, so it may not contain the latest updates made by scripts
71
*/
72
return JSON.parse(await readFile(`${packagePath}/package.json`, 'utf8'));
73
}
0 commit comments