Closed
Description
Pretty new to this newfangled Nx workspace thing (coming from the old Angular code sharing method), so I'm trying to get my bearings in this strange land.
Is there an equivalent to running an ns build
using this plugin? I see that there are options for ns run
, ns debug
, and ns clean
, but I don't see anything for a regular build. Is this possible currently?
Running ns build
in the NativeScript app directory seems to work fine, just wondering if there is a better Nx way to do it.