BlueKey to Programmer [email protected] • 2 months agoMy debugging experience today: Quantum Debuggingfedia.ioimagemessage-square64fedilinkarrow-up1855arrow-down17
arrow-up1848arrow-down1imageMy debugging experience today: Quantum Debuggingfedia.ioBlueKey to Programmer [email protected] • 2 months agomessage-square64fedilink
minus-square@[email protected]linkfedilink25•edit-22 months agoYou can imagine how many node projects there are running in production with npm run. I have encountered js/ts/node devs that don’t even know that you should like, build your project, with npm build and then ship and serve the bundle.
minus-square@[email protected]linkfedilink11•2 months agoi have absolutely seen multiple projects on github that specifically tell you to do “npm run” as part of deploying it.
You can imagine how many node projects there are running in production with
npm run
. I have encountered js/ts/node devs that don’t even know that you should like, build your project, withnpm build
and then ship and serve the bundle.I just died a little inside. Thank you.
i have absolutely seen multiple projects on github that specifically tell you to do “npm run” as part of deploying it.