build
To build an existing Joystick app, from your terminal, run:
joystick build -t <type>
When you run this command, Joystick will build your app as the chosen output type -t, --type
to the .build
folder at the root of your app.
Options
-
-t, --type Required
The output type for your built app (either
directory
ortar
).