From 705f2035f4b31eb997e1d5718f30352657c7d930 Mon Sep 17 00:00:00 2001 From: netmindz Date: Wed, 3 Sep 2025 20:42:15 +0100 Subject: [PATCH] Change npm install to npm ci for dependencies Updated installation instructions for dependencies. --- .github/copilot-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index b0f58f84..3f63412d 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -8,7 +8,7 @@ Always reference these instructions first and fallback to search or bash command ### Initial Setup - Install Node.js 20+ (specified in `.nvmrc`): Check your version with `node --version` -- Install dependencies: `npm install` (takes ~5 seconds) +- Install dependencies: `npm ci` (takes ~5 seconds) - Install PlatformIO for hardware builds: `pip install -r requirements.txt` (takes ~60 seconds) ### Build and Test Workflow @@ -135,4 +135,4 @@ The GitHub Actions workflow: 4. Compiles firmware for multiple hardware targets 5. Uploads build artifacts -Match this workflow in your local development to ensure CI success. \ No newline at end of file +Match this workflow in your local development to ensure CI success.