Merge branch 'main' into main

This commit is contained in:
David Söderberg
2023-02-14 07:26:54 +01: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' ':(exclude)pnpm-lock.yaml'",
`git diff --cached . ":(exclude)package-lock.json" ":(exclude)yarn.lock" ":(exclude)pnpm-lock.yaml"`,
{
encoding: "utf8",
}