Skip to content

Commit 896c5d7

Browse files
buildIOS
1 parent 067659f commit 896c5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ const buildAssembled = gulp.series(buildBabylonNativeSourceTree, copyFiles, buil
511511
exports.buildAssembled = buildAssembled;
512512
exports.buildTypeScript = buildTypeScript;
513513
exports.validateAssembled = validateAssembled;
514-
exports.buildIOS = buildIOS;
514+
//exports.buildIOS = buildIOS;
515515
exports.buildAndroid = buildAndroid;
516516
exports.copyFiles = copyFiles;
517517

0 commit comments

Comments
 (0)