#npm #TIL

2022 02 24

npm scripts:

Use&& (double ampersand) for sequential execution. Use & (single ampersand) for parallel execution.

https://stackoverflow.com/a/39172660

Edit on GitHub