docs: add missing initial "npm install" to Development on README (#126)

This commit is contained in:
Michael Vorburger 2026-01-08 20:46:54 +01:00 committed by GitHub
parent e820d6a037
commit 1bf89734c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```