File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6969 - Documentation
7070 - Changeset required when updating packages
7171 - Updating `docs/components/changelog.mdx` is required when updating `apps/www/src/registry`
72- - (only once) Run `yarn install --mode=update -lockfile`, then `yarn build` to ensure all packages are built and type definitions are available.
72+ - (only once) Run `yarn install --frozen -lockfile`, then `yarn build` to ensure all packages are built and type definitions are available.
7373 - Validate your changes with `yarn workspace <name> typecheck`, `yarn workspace <name> lint:fix`, `yarn workspace <name> test`
7474 **Important Development Sequence:**
75- - Before running `yarn typecheck`, you must first run `yarn install --mode=update -lockfile ` yarn build`
75+ - Before running `yarn typecheck`, you must first run `yarn install --frozen -lockfile` and ` yarn build`
7676 - Always end development work with `yarn lint:fix` to auto-fix linting issues
You can’t perform that action at this time.
0 commit comments