javascript - Running NPM scripts sequentially - Stack Overflow

PHOTO EMBED

Tue Feb 21 2023 08:55:58 GMT+0000 (Coordinated Universal Time)

Saved by @mtommasi #javascript

npm run pre-build && npm run build_logic && npm run post_build && npm run exit
Use && (double ampersand) for sequential execution.
Use & (single ampersand) for parallel execution.
content_copyCOPY

https://stackoverflow.com/questions/39172536/running-npm-scripts-sequentially