Skip to content

Commit 94034f6

Browse files
authored
Add commit hooks to AGENTS.md (#7936)
2 parents e86ef48 + 7747ffc commit 94034f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ We have a monorepo structure with multiple packages, each with its own `package.
1111
- Use only exact version numbers in `package.json`. Other peers will not be able to use the package if you can use a range version.
1212
- You need to run `pnpm i` at the root level. This updates the lockfile and ensures all packages are using the correct versions.
1313
- Avoid that branch name may contain hidden characters.
14+
- If something does not work, check in the event of an error whether all dependent submodules have been built.
1415

1516
## Semantic Versioning
1617

0 commit comments

Comments
 (0)