-
Preparing the infrastructure
inv prepare
-
Build the application
NODE_ENV=production ENVIRONMENT=production inv build
-
Create bundles (snap, deb, rpm, appImage, dmg, exe)
NODE_ENV=production ENVIRONMENT=production inv bundle
Then see shell/dist
for the output assets.