Skip to content

Commit d0deed1

Browse files
committed
update contributing.md with additional test command options
1 parent ec07f3f commit d0deed1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ Flowise has 3 different modules in a single mono repository.
128128
cd packages/agentflow && pnpm test
129129
```
130130

131+
Or from the repo root using `--filter` (no `cd` needed):
132+
133+
```bash
134+
pnpm --filter flowise-components test
135+
pnpm --filter @flowiseai/agentflow test
136+
pnpm --filter "./packages/server" test # root and server share the same package name.
137+
```
138+
131139
- Or run all tests from the repo root:
132140

133141
```bash

0 commit comments

Comments
 (0)