• MultipleAnimals@sopuli.xyz
    link
    fedilink
    arrow-up
    25
    ·
    edit-2
    2 months ago

    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.

    • Swedneck
      link
      fedilink
      arrow-up
      11
      ·
      2 months ago

      i have absolutely seen multiple projects on github that specifically tell you to do “npm run” as part of deploying it.