Skip to content

Commit 031d29a

Browse files
committed
[AUTO] Update generated code
1 parent 77747b9 commit 031d29a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dist/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,13 @@ async function main() {
223223
addPathArg('result-bundle-path', 'resultBundlePath');
224224
addInputArg('result-bundle-version', 'resultBundleVersion');
225225
addPathArg('cloned-source-packages-path', 'clonedSourcePackagesDirPath');
226+
addPathArg('package-cache-path', 'packageCachePath');
226227
addPathArg('derived-data-path', 'derivedDataPath');
228+
addFlagArg('disable-package-repository-cache', 'disablePackageRepositoryCache');
229+
addFlagArg('disable-automatic-package-resolution', 'disableAutomaticPackageResolution');
230+
addFlagArg('skip-package-updates', 'skipPackageUpdates');
231+
addFlagArg('skip-package-plugin-validation', 'skipPackagePluginValidation');
232+
addFlagArg('skip-macro-validation', 'skipMacroValidation');
227233
addPathArg('xcroot');
228234
addPathArg('xctestrun');
229235
addInputArg('test-plan', 'testPlan');

0 commit comments

Comments
 (0)