BlueKey@fedia.io to Programmer Humor@lemmy.ml · 2 months agoMy debugging experience today: Quantum Debuggingfedia.ioimagemessage-square66fedilinkarrow-up1857arrow-down15
arrow-up1852arrow-down1imageMy debugging experience today: Quantum Debuggingfedia.ioBlueKey@fedia.io to Programmer Humor@lemmy.ml · 2 months agomessage-square66fedilink
minus-squareMultipleAnimals@sopuli.xyzlinkfedilinkarrow-up25·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-squareAlecSadler@sh.itjust.workslinkfedilinkarrow-up14·2 months agoI just died a little inside. Thank you.
minus-squareSwedneck@discuss.tchncs.delinkfedilinkarrow-up11·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.