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 5c049f7 commit cdcefa8Copy full SHA for cdcefa8
packages/create-payload-app/src/lib/create-project.ts
@@ -101,7 +101,7 @@ export async function createProject(args: {
101
})
102
103
// Remove yarn.lock file. This is only desired in Payload Cloud.
104
- const lockPath = path.resolve(projectDir, 'yarn.lock')
+ const lockPath = path.resolve(projectDir, 'pnpm-lock.yaml')
105
if (fse.existsSync(lockPath)) {
106
await fse.remove(lockPath)
107
}
0 commit comments