DEV Community

Discussion on: August 26th, 2021: What did you learn this week?

Collapse
 
djuber profile image
Daniel Uber

This week I learned about pre- and post- scripts in npm (and yarn).

If you have a script in your package.json like "foo", you can add another script "prefoo" and it automatically runs before foo does.

Collapse
 
nickytonline profile image
Nick Taylor

Hot Rod saying Cool beans!