You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `npm run clean` ... clears the caches. This is usually done when *uglify-* *(at some point terser)* needs a refreshing after a dep update *(and what I usually get to do by hand for the last few years)*
* Renamed existing scripts to match their counterpart names e.g.
* `npm run preinstall` ... will get rid of that pesky `package-lock.json` when needed and is run on `npm install` always
* `npm run postinstall`... well probably shouldn't run this directly at all but it's there none-the-less
NOTE:
* Most of these are meant to be very simple scripts. I'd use direct commands but then Windows users would be left out of the mix... so utilizing *node* native APIs
Applies to OpenUserJS#249
0 commit comments