• #dev 2019-10-29
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2019-10-29 UTC
# 17:11
[qubyte]
If glitch is starting the app using `npm start`, then you might just get away with adding to scripts `"prestart": "npm run build",` since npm will pick that up as part of how it handles scripts right before it runs `start`.