Skip to content

Commit

Permalink
update local devel instructions in README.md
Browse files Browse the repository at this point in the history
PR updates the local development instructions in README.md
that are currently causing errors since `npm run` doesn't contain `prepare-dips`.

Fix #1124.
  • Loading branch information
dmitris authored Nov 8, 2024
1 parent ea0c881 commit beaad94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,5 +544,7 @@ 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. Instally typescript (on a Mac, `brew install tsc`)
4. Prepare deps once: `npm install`
5. Build: `npm run build`
6. Run `npm run local` after any change to test it

0 comments on commit beaad94

Please sign in to comment.