dillon1000/react

Commit

Rename `yarn start` to `yarn dev` and `yarn start:prod` to `yarn start` (#26209)

The `start` convention is a CRA convention but nobody else of the modern
frameworks / tools use this convention for a file watcher and dev mode.
Instead the common convention is `dev`. Instead `start` is for running a
production build that's already been built.

---------

Co-authored-by: Sebastian Silbermann <[email protected]>
Browse files
Changed paths14 files
First-parent comparison
M .circleci/config.yml ModifiedM fixtures/attribute-behavior/README.md ModifiedM fixtures/attribute-behavior/package.json ModifiedM fixtures/concurrent/time-slicing/package.json ModifiedM fixtures/dom/package.json ModifiedM fixtures/expiration/package.json ModifiedM fixtures/fiber-debugger/package.json ModifiedM fixtures/fizz/package.json ModifiedM fixtures/flight/package.json ModifiedM fixtures/nesting/package.json ModifiedM fixtures/ssr/package.json ModifiedM fixtures/ssr2/package.json ModifiedM netlify.toml ModifiedM package.json Modified
Patch

Files changed

Rendering syntax-highlighted changes…