We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e40cf8 commit 89abc06Copy full SHA for 89abc06
README.md
@@ -544,7 +544,6 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
544
545
1. Install [act](https://github.com/nektos/act#installation)
546
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
+3. Install dependencies: `npm install`
+4. Build: `npm run build`
+5. Run `npm run local` after any change to test it
0 commit comments