Merge pull request #9 from dasovm/main

excluding pnpm-lock.yaml from git diff
This commit is contained in:
Hassan El Mghari
2023-02-14 01:27:47 -05:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ export async function main() {
}
const diff = execSync(
`git diff --cached . ":(exclude)package-lock.json" ":(exclude)yarn.lock"`,
`git diff --cached . ":(exclude)package-lock.json" ":(exclude)yarn.lock" ":(exclude)pnpm-lock.yaml"`,
{
encoding: "utf8",
}