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 ea0c881 commit beaad94Copy full SHA for beaad94
README.md
@@ -544,5 +544,7 @@ 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. Prepare deps once: `npm run prepare-deps`
548
-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`
549
+5. Build: `npm run build`
550
+6. Run `npm run local` after any change to test it
0 commit comments