File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The primary workspace is `packages/react` which contains the `@primer/react` pac
23
23
24
24
- Dependencies: Node.js (check with ` node --version ` ), npm (check with ` npm --version ` )
25
25
- ` 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 .
27
27
- ` npx turbo build ` -- builds all packages including example applications. Takes ~ 33 seconds.
28
28
29
29
** Run tests:**
You can’t perform that action at this time.
0 commit comments