keystonejs / keystone

The most powerful headless CMS for Node.js — built with GraphQL and React
https://keystonejs.com
MIT License
8.98k stars 1.13k forks source link

Fix `keystone` command help text to show where `--frozen` and `--no-server` are applicable #9099

Closed dcousens closed 2 months ago

dcousens commented 2 months ago

In https://github.com/keystonejs/keystone/pull/9090, we changed keystone prisma to require that keystone build, keystone postinstall or keystone dev are run first. What we didn't update is that keystone prisma doesn't use the --frozen flag in the help text, nor that --no-server can apply to keystone start.