Skip to content

Commit 89abc06

Browse files
committed
review
1 parent 4e40cf8 commit 89abc06

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +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. Install Typescript
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
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)