diff --git a/docs/generated/packages/expo.json b/docs/generated/packages/expo.json index 2437b4cfcf50d..22da4136a3978 100644 --- a/docs/generated/packages/expo.json +++ b/docs/generated/packages/expo.json @@ -14,7 +14,7 @@ "cli": "nx", "$id": "NxExpoInit", "$schema": "http://json-schema.org/schema", - "title": "Add Nx Expo Schematics", + "description": "Add Nx Expo Schematics.", "type": "object", "properties": { "unitTestRunner": { @@ -51,7 +51,7 @@ "cli": "nx", "$id": "NxExpoApplication", "$schema": "http://json-schema.org/schema", - "title": "Create an Expo Application for Nx", + "description": "Create an Expo Application for Nx.", "examples": [ { "command": "g app myapp --directory=nested", @@ -138,7 +138,7 @@ "cli": "nx", "$id": "NxExpoLibrary", "$schema": "http://json-schema.org/schema", - "title": "Create a Expo Library for Nx", + "description": "Create a Expo Library for Nx.", "type": "object", "examples": [ { @@ -242,7 +242,7 @@ "cli": "nx", "$id": "NxExpoComponent", "$schema": "http://json-schema.org/schema", - "title": "Create a Expo Component for Nx", + "description": "Create a Expo Component for Nx.", "type": "object", "examples": [ { @@ -333,7 +333,7 @@ "$id": "NxExpoEasUpdate", "cli": "nx", "title": "Expo EAS Update executor", - "description": "Start an EAS update for your expo project", + "description": "Start an EAS update for your expo project.", "type": "object", "properties": { "branch": { @@ -406,7 +406,7 @@ "$id": "NxExpoEasBuild", "cli": "nx", "title": "Expo EAS Build executor", - "description": "Start an EAS build for your expo project", + "description": "Start an EAS build for your expo project.", "type": "object", "properties": { "platform": { @@ -473,7 +473,7 @@ "$id": "NxExpoEasBuildList", "cli": "nx", "title": "Expo EAS Build List executor", - "description": "List all EAS builds for your Expo project", + "description": "List all EAS builds for your Expo project.", "type": "object", "properties": { "platform": { @@ -559,7 +559,7 @@ "$id": "NxExpoDownloadEasBuild", "cli": "nx", "title": "Download EAS Build executor", - "description": "Download an EAS build", + "description": "Download an EAS build.", "type": "object", "properties": { "platform": { @@ -626,7 +626,7 @@ "$id": "NxExpoBuildIOS", "cli": "nx", "title": "Expo iOS Build executor", - "description": "Build and sign a standalone IPA for the Apple App Store", + "description": "Build and sign a standalone IPA for the Apple App Store.", "type": "object", "properties": { "clearCredentials": { @@ -725,7 +725,7 @@ "$id": "NxExpoBuildAndroid", "cli": "nx", "title": "Expo Android Build executor", - "description": "Build and sign a standalone APK or App Bundle for the Google Play Store", + "description": "Build and sign a standalone APK or App Bundle for the Google Play Store.", "type": "object", "properties": { "clearCredentials": { @@ -790,7 +790,7 @@ "$id": "NxExpoBuildWeb", "cli": "nx", "title": "Expo web Build executor", - "description": "Build the web app for production", + "description": "Build the web app for production.", "type": "object", "properties": { "clear": { @@ -825,7 +825,7 @@ "$id": "NxExpoBuildStatus", "cli": "nx", "title": "Expo web Build executor", - "description": "Get the status of the latest build for the project", + "description": "Get the status of the latest build for the project.", "type": "object", "properties": { "publicUrl": { @@ -851,7 +851,7 @@ "$id": "NxExpoPublish", "$schema": "http://json-schema.org/schema", "title": "Publish for Expo", - "description": "Deploy a project to Expo hosting", + "description": "Deploy a project to Expo hosting.", "type": "object", "properties": { "quiet": { @@ -904,7 +904,7 @@ "$id": "NxExpoPublishSet", "$schema": "http://json-schema.org/schema", "title": "Set Publish Channel for Expo", - "description": "Specify the channel to serve a published release", + "description": "Specify the channel to serve a published release.", "type": "object", "properties": { "releaseChannel": { @@ -934,7 +934,7 @@ "$id": "NxExpoRollback", "$schema": "http://json-schema.org/schema", "title": "Rollback Publish Command for Expo", - "description": "Undo an update to a channel", + "description": "Undo an update to a channel.", "type": "object", "properties": { "releaseChannel": { @@ -968,7 +968,7 @@ "$id": "NxExpoRun", "$schema": "http://json-schema.org/schema", "title": "Run iOS or Android application", - "description": "Run Expo target options", + "description": "Run Expo target options.", "type": "object", "properties": { "platform": { @@ -1038,7 +1038,7 @@ "$id": "NxExpoStart", "$schema": "http://json-schema.org/schema", "title": "Packager Server for Expo", - "description": "Packager Server target options", + "description": "Packager Server target options.", "type": "object", "properties": { "forceManifestType": { @@ -1147,7 +1147,7 @@ "$id": "NxExpoSyncDeps", "$schema": "http://json-schema.org/schema", "title": "Sync Deps for Expo", - "description": "Updates package.json with project dependencies", + "description": "Updates package.json with project dependencies.", "type": "object", "properties": { "include": { @@ -1200,7 +1200,7 @@ "$id": "NxExpoPrebuild", "$schema": "http://json-schema.org/schema", "title": "Expo Prebuild", - "description": "Create native iOS and Android project files for building natively", + "description": "Create native iOS and Android project files for building natively.", "type": "object", "properties": { "install": { @@ -1236,7 +1236,7 @@ "$id": "NxExpoInstall", "$schema": "http://json-schema.org/schema", "title": "Expo Install", - "description": "Install a module or other package to a project", + "description": "Install a module or other package to a project.", "type": "object", "properties": { "packages": { @@ -1274,7 +1274,7 @@ "$id": "NxExpoExport", "$schema": "http://json-schema.org/schema", "title": "Expo Export", - "description": "Export the JavaScript and assets for your app using Metro/webpack bundler", + "description": "Export the JavaScript and assets for your app using Metro/webpack bundler.", "type": "object", "properties": { "platform": { diff --git a/docs/generated/packages/nx.json b/docs/generated/packages/nx.json index ec5a6c8ffff6d..ded5b8e4cfc19 100644 --- a/docs/generated/packages/nx.json +++ b/docs/generated/packages/nx.json @@ -164,7 +164,7 @@ "schema": { "version": 2, "title": "Noop", - "description": "An executor that does nothing", + "description": "An executor that does nothing.", "type": "object", "cli": "nx", "outputCapture": "pipe", diff --git a/packages/expo/executors.json b/packages/expo/executors.json index ef3189ccd75e4..a893641b14753 100644 --- a/packages/expo/executors.json +++ b/packages/expo/executors.json @@ -138,12 +138,12 @@ "description": "Deploy a project to Expo hosting" }, "publish-set": { - "implementation": "./src/executors/publish-set/compact", + "implementation": "./src/executors/publish-set/compat", "schema": "./src/executors/publish-set/schema.json", "description": "Specify the channel to serve a published release" }, "rollback": { - "implementation": "./src/executors/rollback/compact", + "implementation": "./src/executors/rollback/compat", "schema": "./src/executors/rollback/schema.json", "description": "Undo an update to a channel" }, diff --git a/packages/expo/src/executors/build-android/schema.json b/packages/expo/src/executors/build-android/schema.json index 47dac151f2005..1aa9447942235 100644 --- a/packages/expo/src/executors/build-android/schema.json +++ b/packages/expo/src/executors/build-android/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoBuildAndroid", "cli": "nx", "title": "Expo Android Build executor", - "description": "Build and sign a standalone APK or App Bundle for the Google Play Store", + "description": "Build and sign a standalone APK or App Bundle for the Google Play Store.", "type": "object", "properties": { "clearCredentials": { diff --git a/packages/expo/src/executors/build-ios/schema.json b/packages/expo/src/executors/build-ios/schema.json index dd529adbce54b..141f75d5aa35d 100644 --- a/packages/expo/src/executors/build-ios/schema.json +++ b/packages/expo/src/executors/build-ios/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoBuildIOS", "cli": "nx", "title": "Expo iOS Build executor", - "description": "Build and sign a standalone IPA for the Apple App Store", + "description": "Build and sign a standalone IPA for the Apple App Store.", "type": "object", "properties": { "clearCredentials": { diff --git a/packages/expo/src/executors/build-list/schema.json b/packages/expo/src/executors/build-list/schema.json index 0879a8a790e4c..8a531b933f3e5 100644 --- a/packages/expo/src/executors/build-list/schema.json +++ b/packages/expo/src/executors/build-list/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoEasBuildList", "cli": "nx", "title": "Expo EAS Build List executor", - "description": "List all EAS builds for your Expo project", + "description": "List all EAS builds for your Expo project.", "type": "object", "properties": { "platform": { diff --git a/packages/expo/src/executors/build-status/schema.json b/packages/expo/src/executors/build-status/schema.json index 7089317e09055..8bf4754a38ea6 100644 --- a/packages/expo/src/executors/build-status/schema.json +++ b/packages/expo/src/executors/build-status/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoBuildStatus", "cli": "nx", "title": "Expo web Build executor", - "description": "Get the status of the latest build for the project", + "description": "Get the status of the latest build for the project.", "type": "object", "properties": { "publicUrl": { diff --git a/packages/expo/src/executors/build-web/schema.json b/packages/expo/src/executors/build-web/schema.json index 81ddef15fb4e4..b47ab8ea5d8a9 100644 --- a/packages/expo/src/executors/build-web/schema.json +++ b/packages/expo/src/executors/build-web/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoBuildWeb", "cli": "nx", "title": "Expo web Build executor", - "description": "Build the web app for production", + "description": "Build the web app for production.", "type": "object", "properties": { "clear": { diff --git a/packages/expo/src/executors/build/schema.json b/packages/expo/src/executors/build/schema.json index a7ae34f627a89..db071c9db1678 100644 --- a/packages/expo/src/executors/build/schema.json +++ b/packages/expo/src/executors/build/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoEasBuild", "cli": "nx", "title": "Expo EAS Build executor", - "description": "Start an EAS build for your expo project", + "description": "Start an EAS build for your expo project.", "type": "object", "properties": { "platform": { diff --git a/packages/expo/src/executors/download/schema.json b/packages/expo/src/executors/download/schema.json index 6775845756df8..3f06b822a547e 100644 --- a/packages/expo/src/executors/download/schema.json +++ b/packages/expo/src/executors/download/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoDownloadEasBuild", "cli": "nx", "title": "Download EAS Build executor", - "description": "Download an EAS build", + "description": "Download an EAS build.", "type": "object", "properties": { "platform": { diff --git a/packages/expo/src/executors/export/schema.json b/packages/expo/src/executors/export/schema.json index d99db6c2c3237..12f07bf33f23e 100644 --- a/packages/expo/src/executors/export/schema.json +++ b/packages/expo/src/executors/export/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoExport", "$schema": "http://json-schema.org/schema", "title": "Expo Export", - "description": "Export the JavaScript and assets for your app using Metro/webpack bundler", + "description": "Export the JavaScript and assets for your app using Metro/webpack bundler.", "type": "object", "properties": { "platform": { diff --git a/packages/expo/src/executors/install/schema.json b/packages/expo/src/executors/install/schema.json index 57ba71aa247bd..02deb63a5ddd4 100644 --- a/packages/expo/src/executors/install/schema.json +++ b/packages/expo/src/executors/install/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoInstall", "$schema": "http://json-schema.org/schema", "title": "Expo Install", - "description": "Install a module or other package to a project", + "description": "Install a module or other package to a project.", "type": "object", "properties": { "packages": { diff --git a/packages/expo/src/executors/prebuild/schema.json b/packages/expo/src/executors/prebuild/schema.json index da6c208e94821..f2c8b45dceaaa 100644 --- a/packages/expo/src/executors/prebuild/schema.json +++ b/packages/expo/src/executors/prebuild/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoPrebuild", "$schema": "http://json-schema.org/schema", "title": "Expo Prebuild", - "description": "Create native iOS and Android project files for building natively", + "description": "Create native iOS and Android project files for building natively.", "type": "object", "properties": { "install": { diff --git a/packages/expo/src/executors/publish-set/schema.json b/packages/expo/src/executors/publish-set/schema.json index fdbe92a996090..2d272d6ab118b 100644 --- a/packages/expo/src/executors/publish-set/schema.json +++ b/packages/expo/src/executors/publish-set/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoPublishSet", "$schema": "http://json-schema.org/schema", "title": "Set Publish Channel for Expo", - "description": "Specify the channel to serve a published release", + "description": "Specify the channel to serve a published release.", "type": "object", "properties": { "releaseChannel": { diff --git a/packages/expo/src/executors/publish/schema.json b/packages/expo/src/executors/publish/schema.json index 4ee4652a550cc..254c19f4e5b0a 100644 --- a/packages/expo/src/executors/publish/schema.json +++ b/packages/expo/src/executors/publish/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoPublish", "$schema": "http://json-schema.org/schema", "title": "Publish for Expo", - "description": "Deploy a project to Expo hosting", + "description": "Deploy a project to Expo hosting.", "type": "object", "properties": { "quiet": { diff --git a/packages/expo/src/executors/rollback/schema.json b/packages/expo/src/executors/rollback/schema.json index d9763541774c1..0adc8ebb4ce32 100644 --- a/packages/expo/src/executors/rollback/schema.json +++ b/packages/expo/src/executors/rollback/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoRollback", "$schema": "http://json-schema.org/schema", "title": "Rollback Publish Command for Expo", - "description": "Undo an update to a channel", + "description": "Undo an update to a channel.", "type": "object", "properties": { "releaseChannel": { diff --git a/packages/expo/src/executors/run/schema.json b/packages/expo/src/executors/run/schema.json index 96e801e8234f4..fa0b9f4bf9ca7 100644 --- a/packages/expo/src/executors/run/schema.json +++ b/packages/expo/src/executors/run/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoRun", "$schema": "http://json-schema.org/schema", "title": "Run iOS or Android application", - "description": "Run Expo target options", + "description": "Run Expo target options.", "type": "object", "properties": { "platform": { diff --git a/packages/expo/src/executors/start/schema.json b/packages/expo/src/executors/start/schema.json index 9932338b1a391..1177cf5bf8343 100644 --- a/packages/expo/src/executors/start/schema.json +++ b/packages/expo/src/executors/start/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoStart", "$schema": "http://json-schema.org/schema", "title": "Packager Server for Expo", - "description": "Packager Server target options", + "description": "Packager Server target options.", "type": "object", "properties": { "forceManifestType": { diff --git a/packages/expo/src/executors/sync-deps/schema.json b/packages/expo/src/executors/sync-deps/schema.json index 57f60ad4752fc..fa23ea8f4bf63 100644 --- a/packages/expo/src/executors/sync-deps/schema.json +++ b/packages/expo/src/executors/sync-deps/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoSyncDeps", "$schema": "http://json-schema.org/schema", "title": "Sync Deps for Expo", - "description": "Updates package.json with project dependencies", + "description": "Updates package.json with project dependencies.", "type": "object", "properties": { "include": { diff --git a/packages/expo/src/executors/update/schema.json b/packages/expo/src/executors/update/schema.json index 0d9770a543c0e..0dec853c018ac 100644 --- a/packages/expo/src/executors/update/schema.json +++ b/packages/expo/src/executors/update/schema.json @@ -5,7 +5,7 @@ "$id": "NxExpoEasUpdate", "cli": "nx", "title": "Expo EAS Update executor", - "description": "Start an EAS update for your expo project", + "description": "Start an EAS update for your expo project.", "type": "object", "properties": { "branch": { diff --git a/packages/expo/src/generators/application/schema.json b/packages/expo/src/generators/application/schema.json index cadf016a5f476..dc7bcc774336c 100644 --- a/packages/expo/src/generators/application/schema.json +++ b/packages/expo/src/generators/application/schema.json @@ -2,7 +2,7 @@ "cli": "nx", "$id": "NxExpoApplication", "$schema": "http://json-schema.org/schema", - "title": "Create an Expo Application for Nx", + "description": "Create an Expo Application for Nx.", "examples": [ { "command": "g app myapp --directory=nested", diff --git a/packages/expo/src/generators/component/schema.json b/packages/expo/src/generators/component/schema.json index 123c4da06c53e..8dbd344d3d13c 100644 --- a/packages/expo/src/generators/component/schema.json +++ b/packages/expo/src/generators/component/schema.json @@ -2,7 +2,7 @@ "cli": "nx", "$id": "NxExpoComponent", "$schema": "http://json-schema.org/schema", - "title": "Create a Expo Component for Nx", + "description": "Create a Expo Component for Nx.", "type": "object", "examples": [ { diff --git a/packages/expo/src/generators/init/init.ts b/packages/expo/src/generators/init/init.ts index 29a861f2abdd6..24a2e50d279f4 100644 --- a/packages/expo/src/generators/init/init.ts +++ b/packages/expo/src/generators/init/init.ts @@ -100,4 +100,4 @@ function moveDependency(host: Tree) { } export default expoInitGenerator; -export const reactNativeInitSchematic = convertNxGenerator(expoInitGenerator); +export const expoInitSchematic = convertNxGenerator(expoInitGenerator); diff --git a/packages/expo/src/generators/init/schema.json b/packages/expo/src/generators/init/schema.json index 42a4cd481ed13..c426d0852ff92 100644 --- a/packages/expo/src/generators/init/schema.json +++ b/packages/expo/src/generators/init/schema.json @@ -2,7 +2,7 @@ "cli": "nx", "$id": "NxExpoInit", "$schema": "http://json-schema.org/schema", - "title": "Add Nx Expo Schematics", + "description": "Add Nx Expo Schematics.", "type": "object", "properties": { "unitTestRunner": { diff --git a/packages/expo/src/generators/library/schema.json b/packages/expo/src/generators/library/schema.json index 00183127e5aba..c04cbf798fd5d 100644 --- a/packages/expo/src/generators/library/schema.json +++ b/packages/expo/src/generators/library/schema.json @@ -2,7 +2,7 @@ "cli": "nx", "$id": "NxExpoLibrary", "$schema": "http://json-schema.org/schema", - "title": "Create a Expo Library for Nx", + "description": "Create a Expo Library for Nx.", "type": "object", "examples": [ { diff --git a/packages/nx/src/executors/noop/schema.json b/packages/nx/src/executors/noop/schema.json index efd00bcc5a554..76abff6c79c09 100644 --- a/packages/nx/src/executors/noop/schema.json +++ b/packages/nx/src/executors/noop/schema.json @@ -1,7 +1,7 @@ { "version": 2, "title": "Noop", - "description": "An executor that does nothing", + "description": "An executor that does nothing.", "type": "object", "cli": "nx", "outputCapture": "pipe",