fix(expo): Correct schema for export executor (#18085)

This commit is contained in:
merrick kirby 2023-08-02 11:13:03 +01:00 committed by GitHub
parent d5ceca9499
commit 510e03d714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -34,11 +34,11 @@
"description": "Maximum number of tasks to allow Metro to spawn" "description": "Maximum number of tasks to allow Metro to spawn"
}, },
"dumpAssetmap": { "dumpAssetmap": {
"type": "string", "type": "boolean",
"description": "Dump the asset map for further processing" "description": "Dump the asset map for further processing"
}, },
"dumpSourcemap": { "dumpSourcemap": {
"type": "string", "type": "boolean",
"description": "Dump the source map for debugging the JS bundle" "description": "Dump the source map for debugging the JS bundle"
}, },
"bundler": { "bundler": {

View File

@ -31,11 +31,11 @@
"description": "Maximum number of tasks to allow Metro to spawn" "description": "Maximum number of tasks to allow Metro to spawn"
}, },
"dumpAssetmap": { "dumpAssetmap": {
"type": "string", "type": "boolean",
"description": "Dump the asset map for further processing" "description": "Dump the asset map for further processing"
}, },
"dumpSourcemap": { "dumpSourcemap": {
"type": "string", "type": "boolean",
"description": "Dump the source map for debugging the JS bundle" "description": "Dump the source map for debugging the JS bundle"
}, },
"bundler": { "bundler": {