Skip to content

Commit 1bf8973

Browse files
authored
docs: add missing initial "npm install" to Development on README (#126)
1 parent e820d6a commit 1bf8973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ However, if you used a `bazel-version` input before, you will need to remove it
252252
To build action, run the following command:
253253

254254
```sh
255+
$ npm install
255256
$ npm run build
256257
```
257258

0 commit comments

Comments
 (0)