Skip to content

Commit 363026d

Browse files
dmitrisldez
andauthored
docs: update local development instructions (#1125)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent ea0c881 commit 363026d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,5 +544,6 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
544544

545545
1. Install [act](https://github.com/nektos/act#installation)
546546
2. Make a symlink for `act` to work properly: `ln -s . golangci-lint-action`
547-
3. Prepare deps once: `npm run prepare-deps`
548-
4. Run `npm run local` after any change to test it
547+
3. Install dependencies: `npm install`
548+
4. Build: `npm run build`
549+
5. Run `npm run local` after any change to test it

0 commit comments

Comments
 (0)