Skip to content

Commit bb2547c

Browse files
committed
Update claude.md
1 parent 77e8dcc commit bb2547c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ You are a **Principal Software Engineer** responsible for:
8080
- **Build**: `pnpm run build` (builds registry)
8181
- **Test**: `pnpm run test` (runs check + all tests)
8282
- **Test unit only**: `pnpm run test:unit`
83+
- **Test npm packages**: `pnpm run test:npm:packages` (⚠️ Takes a long time to complete - tests all npm package overrides. Note: The setup phase includes package installation, Socket override application, and dependency installation which may take several minutes per package and affect timeout considerations)
8384
- **Test pre-commit**: `pnpm run test-pre-commit`
8485
- **Lint**: `pnpm run check:lint` (uses eslint)
8586
- **Type check**: `pnpm run check:tsc`

0 commit comments

Comments
 (0)