File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Always reference these instructions first and fallback to search or bash command
9
9
### Bootstrap and Build
10
10
- Install dependencies: ` npm ci ` -- takes 30 seconds. Ignore npm audit warnings about vulnerabilities.
11
11
- Development build: ` npm run dev ` -- takes 13 seconds, runs webpack in watch mode. NEVER CANCEL.
12
- - Production build: ` npm run build ` -- takes 33 seconds. NEVER CANCEL. Set timeout to 90+ minutes.
12
+ - Production build: ` npm run build ` -- takes 33 seconds. NEVER CANCEL. Set timeout to 5-10 minutes to account for system variations .
13
13
- Lint code: ` npm run lint ` -- takes 3-5 seconds, uses ESLint.
14
14
- Format code: ` npm run pretty ` -- uses Prettier to format all JS/JSX/CSS files.
15
15
- Safari build: ` npm run build:safari ` -- only works on macOS with Xcode installed.
@@ -160,7 +160,7 @@ The extension supports multiple AI providers:
160
160
## Time Expectations
161
161
- ** NEVER CANCEL builds or long-running commands**
162
162
- ` npm ci ` : 30 seconds
163
- - ` npm run build ` : 33 seconds (measured actual time) - NEVER CANCEL, set timeout to 90+ minutes
163
+ - ` npm run build ` : 33 seconds (measured actual time) - NEVER CANCEL, set timeout to 5-10 minutes
164
164
- ` npm run dev ` : 13 seconds initial build, then watches for changes - NEVER CANCEL
165
165
- ` npm run lint ` : 3-5 seconds
166
166
- Manual extension testing: 5-10 minutes for thorough validation
You can’t perform that action at this time.
0 commit comments