NativeScript / nx

NativeScript for Nx.
Other
61 stars 15 forks source link

Support for `nx run nativescript-app:build` #29

Closed maxfriedmann closed 3 years ago

maxfriedmann commented 3 years ago

You can trigger a build via nx build TARGET or nx run TARGET:build. The latter is also being used if you run nx affected:build or something like nx run-many --target build --all --prod --with-deps. This would set isBuild to false.

cla-bot[bot] commented 3 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. CLA has not been signed by users: @maxfriedmann. After signing the CLA, you can ask me to recheck this PR by posting @cla-bot check as a comment to the PR.

maxfriedmann commented 3 years ago

@cla-bot check

cla-bot[bot] commented 3 years ago

The cla-bot has been summoned, and re-checked this pull request!

NathanWalker commented 3 years ago

Great catch thank you!