mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-16 09:41:38 +08:00
add paramaters for bundle command to auto publish (#12)
* add paramaters for bundle command to auto publish * Update bundle.ts --------- Co-authored-by: Sunny Luo <sunnylqm@gmail.com>
This commit is contained in:
14
cli.json
14
cli.json
@@ -118,7 +118,7 @@
|
||||
"description": "Bundle javascript and copy assets."
|
||||
},
|
||||
"bundle": {
|
||||
"description": "Bundle javascript code only.",
|
||||
"description": "Bundle javascript code only and optionally publish.",
|
||||
"options": {
|
||||
"dev": {
|
||||
"default": "false",
|
||||
@@ -157,6 +157,18 @@
|
||||
},
|
||||
"disableHermes": {
|
||||
"default": false
|
||||
},
|
||||
"name": {
|
||||
"hasValue": true,
|
||||
"description": "Version name for publishing"
|
||||
},
|
||||
"description": {
|
||||
"hasValue": true,
|
||||
"description": "Version description for publishing"
|
||||
},
|
||||
"metaInfo": {
|
||||
"hasValue": true,
|
||||
"description": "Meta information for publishing"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user