Skip to content

Commit 7747ffc

Browse files
authored
Update AGENTS.md
Signed-off-by: Peter Laske <37439758+laske185@users.noreply.github.com>
1 parent 548375e commit 7747ffc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

AGENTS.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +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-
- Before you commit your changes, execute the following quality checks:
15-
- `pnpm format:all` - format all files
16-
- `pnpm lint`, required `pnpm build` before
17-
- `pnpm test`
18-
- `pnpm unused`
14+
- If something does not work, check in the event of an error whether all dependent submodules have been built.
1915

2016
## Semantic Versioning
2117

0 commit comments

Comments
 (0)