How to run npm scripts concurrently? – Beragampengetahuan
Intro Before creating a pull request, you probably want to be sure that CI will reject it. So before gh pr create you’re running npm run lint or npm run test. npm run build etc. Script To avoid manually calling each script you can define a new script in the package.json. { “scripts”: { “ci:check”: […]
How to run npm scripts concurrently? – Beragampengetahuan Read More »