payloadcms / create-payload-app

CLI for creating a new Payload project
12 stars 8 forks source link

Templates are including the yarn.lock file #22

Closed denolfe closed 1 year ago

denolfe commented 1 year ago

The templates have a yarn.lock file by design in order to be stable for payload cloud.

However, this means that anyone using create-payload-app will also be getting whatever payload version is specified in the yarn-lock file when they're expecting to get latest.

In order for a user to use latest Payload is to do explicitly update Payload to latest.

denolfe commented 1 year ago

Fixed by 5acc88ee9a1cdc464c45330ac8304e12077cf7bc