Skip to content

Commit

Permalink
fix(expo): Correct schema for export executor (#18085)
Browse files Browse the repository at this point in the history
  • Loading branch information
makirby committed Aug 2, 2023
1 parent d5ceca9 commit 510e03d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/generated/packages/expo/executors/export.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"description": "Maximum number of tasks to allow Metro to spawn"
},
"dumpAssetmap": {
"type": "string",
"type": "boolean",
"description": "Dump the asset map for further processing"
},
"dumpSourcemap": {
"type": "string",
"type": "boolean",
"description": "Dump the source map for debugging the JS bundle"
},
"bundler": {
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/src/executors/export/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"description": "Maximum number of tasks to allow Metro to spawn"
},
"dumpAssetmap": {
"type": "string",
"type": "boolean",
"description": "Dump the asset map for further processing"
},
"dumpSourcemap": {
"type": "string",
"type": "boolean",
"description": "Dump the source map for debugging the JS bundle"
},
"bundler": {
Expand Down

1 comment on commit 510e03d

@vercel
Copy link

@vercel vercel bot commented on 510e03d Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.