Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Clear .packages and pubspec.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Garcia committed Feb 9, 2021
1 parent 6a279d9 commit 5bb6ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ function check_changed_packages() {

# Runs the plugin tools from the plugin_tools git submodule.
function plugin_tools() {
(pushd "$REPO_DIR/script/plugin_tools" && pub get && popd) >/dev/null
(pushd "$REPO_DIR/script/plugin_tools" && dart pub get && popd) >/dev/null
dart run "$REPO_DIR/script/plugin_tools/lib/src/main.dart" "$@"
}

0 comments on commit 5bb6ce7

Please sign in to comment.