Skip to content

Commit 425132c

Browse files
Update .github/copilot-instructions.md
1 parent 253218a commit 425132c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The primary workspace is `packages/react` which contains the `@primer/react` pac
2323

2424
- Dependencies: Node.js (check with `node --version`), npm (check with `npm --version`)
2525
- `npm install` -- installs dependencies. ~5 seconds with cache, ~2 minutes for clean install. Set timeout to 180+ seconds.
26-
- `npm run build` -- builds all packages. NEVER CANCEL. Takes 90 seconds without turbo cache, ~1 second with cache. Set timeout to 180+ seconds.
26+
- `npm run build` -- builds all packages. NEVER CANCEL. Takes 90 seconds without turbo cache, ~1 second with cache. Set timeout to 120+ minutes.
2727
- `npx turbo build` -- builds all packages including example applications. Takes ~33 seconds.
2828

2929
**Run tests:**

0 commit comments

Comments
 (0)