From 1bf89734c965e5a8ad800f2f03522e9aa479f4b4 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 8 Jan 2026 20:46:54 +0100 Subject: [PATCH] docs: add missing initial "npm install" to Development on README (#126) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d643491..e394ebc 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ However, if you used a `bazel-version` input before, you will need to remove it To build action, run the following command: ```sh +$ npm install $ npm run build ```