Skip to content

Commit beaad94

Browse files
authored
update local devel instructions in README.md
PR updates the local development instructions in README.md that are currently causing errors since `npm run` doesn't contain `prepare-dips`. Fix #1124.
1 parent ea0c881 commit beaad94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,5 +544,7 @@ 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. Instally typescript (on a Mac, `brew install tsc`)
548+
4. Prepare deps once: `npm install`
549+
5. Build: `npm run build`
550+
6. Run `npm run local` after any change to test it

0 commit comments

Comments
 (0)