This commit is contained in:
Fernandez Ludovic 2024-11-08 21:22:03 +01:00
parent beaad9443f
commit 4e40cf8d2a

View file

@ -544,7 +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. Instally typescript (on a Mac, `brew install tsc`)
3. Install Typescript
4. Prepare deps once: `npm install`
5. Build: `npm run build`
6. Run `npm run local` after any change to test it