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 @@ -8,7 +8,7 @@ Always reference these instructions first and fallback to search or bash command
88
99### Initial Setup
1010- Install Node.js 20+ (specified in ` .nvmrc ` ): Check your version with ` node --version `
11- - Install dependencies: ` npm install ` (takes ~ 5 seconds)
11+ - Install dependencies: ` npm ci ` (takes ~ 5 seconds)
1212- Install PlatformIO for hardware builds: ` pip install -r requirements.txt ` (takes ~ 60 seconds)
1313
1414### Build and Test Workflow
@@ -135,4 +135,4 @@ The GitHub Actions workflow:
1351354 . Compiles firmware for multiple hardware targets
1361365 . Uploads build artifacts
137137
138- Match this workflow in your local development to ensure CI success.
138+ Match this workflow in your local development to ensure CI success.
You can’t perform that action at this time.
0 commit comments