Skip to content

Commit f5f4326

Browse files
committed
ci
1 parent 89c67b8 commit f5f4326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
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

0 commit comments

Comments
 (0)