Skip to content

Commit 705f203

Browse files
authored
Change npm install to npm ci for dependencies
Updated installation instructions for dependencies.
1 parent 65efcb3 commit 705f203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
135135
4. Compiles firmware for multiple hardware targets
136136
5. 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.

0 commit comments

Comments
 (0)