docs: update local development instructions (#1125)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
Dmitry Savintsev 2024-11-08 21:40:36 +01:00 committed by GitHub
parent ea0c88120e
commit 363026db34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -544,5 +544,6 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
1. Install [act](https://github.com/nektos/act#installation)
2. Make a symlink for `act` to work properly: `ln -s . golangci-lint-action`
3. Prepare deps once: `npm run prepare-deps`
4. Run `npm run local` after any change to test it
3. Install dependencies: `npm install`
4. Build: `npm run build`
5. Run `npm run local` after any change to test it