BlueKey@fedia.io to Programmer Humor@lemmy.ml · 1 年前My debugging experience today: Quantum Debuggingfedia.ioimagemessage-square66fedilinkarrow-up1864arrow-down15
arrow-up1859arrow-down1imageMy debugging experience today: Quantum Debuggingfedia.ioBlueKey@fedia.io to Programmer Humor@lemmy.ml · 1 年前message-square66fedilink
minus-squareMultipleAnimals@sopuli.xyzlinkfedilinkarrow-up25·edit-21 年前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, with npm build and then ship and serve the bundle.
minus-squareAlecSadler@sh.itjust.workslinkfedilinkarrow-up14·1 年前I just died a little inside. Thank you.
minus-squareSwedneck@discuss.tchncs.delinkfedilinkarrow-up11·1 年前i 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.