You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/nx/README.md
+10-13Lines changed: 10 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,6 @@ Here's an example app config:
217
217
```json
218
218
"nativescript-mobile": {
219
219
"projectType": "application",
220
-
"root": "apps/nativescript-mobile/",
221
220
"sourceRoot": "apps/nativescript-mobile/src",
222
221
"prefix": "",
223
222
"targets": {
@@ -354,42 +353,40 @@ You can also set this option in the config, for example:
354
353
355
354
Instead of running the app on a simulator or device you can create a build for the purposes of distribution/release. Various release settings will be needed for iOS and Android which can be passed as additional command line arguments. [See more in the NativeScript docs here](https://docs.nativescript.org/releasing.html#overview). Any additional cli flags as stated in the docs can be passed on the end of the `nx build` command that follows.
356
355
357
-
The key difference is usage of `nx build` instead of `nx run`.
358
-
359
356
Build with an environment configuration enabled (for example, with `prod`):
0 commit comments