Commit 6b97757b authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Ensure packages up-to-date on iOS build (#8412)

iOS builds rely on package dependencies and associated build artifacts
(pubspec.lock, .packages files) to be up-to-date.
parent 2d4e4dd6
......@@ -16,6 +16,7 @@ import 'build.dart';
class BuildIOSCommand extends BuildSubCommand {
BuildIOSCommand() {
usesTargetOption();
usesPubOption();
argParser.addFlag('debug',
negatable: false,
help: 'Build a debug version of your app (default mode for iOS simulator builds).');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment