File tree Expand file tree Collapse file tree 1 file changed +2
-69
lines changed
Expand file tree Collapse file tree 1 file changed +2
-69
lines changed Original file line number Diff line number Diff line change 148148 "description" : " Bundle javascript code only and optionally publish." ,
149149 "options" : {
150150 "dev" : {
151- "default" : " true " ,
151+ "default" : " false " ,
152152 "hasValue" : true
153153 },
154154 "platform" : {
307307 "workflow" : {
308308 "description" : " List all workflows" ,
309309 "options" : {
310- "dev" : {
311- "default" : " true" ,
312- "hasValue" : true
313- },
314- "platform" : {
315- "hasValue" : true
316- },
317- "bundleName" : {
318- "default" : " index.bundlejs" ,
319- "hasValue" : true
320- },
321- "entryFile" : {
322- "default" : " index.js" ,
323- "hasValue" : true
324- },
325- "intermediaDir" : {
326- "default" : " ${tempDir}/intermedia/${platform}" ,
327- "hasValue" : true
328- },
329310 "output" : {
330- "default" : " ${tempDir}/output/${platform}.${time}.ppk " ,
311+ "default" : " ${tempDir}/output/workflow " ,
331312 "hasValue" : true
332- },
333- "sourcemap" : {
334- "default" : false
335- },
336- "taro" : {
337- "default" : false
338- },
339- "expo" : {
340- "default" : false
341- },
342- "rncli" : {
343- "default" : false
344- },
345- "disableHermes" : {
346- "default" : false
347- },
348- "name" : {
349- "hasValue" : true ,
350- "description" : " Version name for publishing"
351- },
352- "description" : {
353- "hasValue" : true ,
354- "description" : " Version description for publishing"
355- },
356- "metaInfo" : {
357- "hasValue" : true ,
358- "description" : " Meta information for publishing"
359- },
360- "packageId" : {
361- "hasValue" : true
362- },
363- "packageVersion" : {
364- "hasValue" : true
365- },
366- "minPackageVersion" : {
367- "hasValue" : true
368- },
369- "maxPackageVersion" : {
370- "hasValue" : true
371- },
372- "packageVersionRange" : {
373- "hasValue" : true
374- },
375- "rollout" : {
376- "hasValue" : true
377- },
378- "dryRun" : {
379- "default" : false
380313 }
381314 }
382315 }
You can’t perform that action at this time.
0 commit comments