Skip to content

Commit 60bae8a

Browse files
docs: add info about force configuration option (#81)
1 parent c6b38e1 commit 60bae8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/nx/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ A custom executor is provided via `@nativescript/nx:build` with the following op
207207
"type": "string",
208208
"description": "When building, copy the package to this location."
209209
},
210+
"force": {
211+
"type": "boolean",
212+
"default": true,
213+
"description": "If true, skips the application compatibility checks and forces npm i to ensure all dependencies are installed. Otherwise, the command will check the application compatibility with the current CLI version and could fail requiring ns migrate."
214+
},
210215
"provision": {
211216
"type": "string",
212217
"description": "(iOS Only) When building, use this provision profile name."

0 commit comments

Comments
 (0)