DEV Community

Discussion on: Create a React component library with Vite and Typescript

 
damian_cyrus profile image
Damian Cyrus

You could use something like concurrently. You can run both watch commands in parallel.

Thread Thread
 
nicolaserny profile image
Nicolas Erny

Thanks for sharing. I've discovered recently a similar tool npm-run-all