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

Commit 5bb6ce7

Browse files
author
Emmanuel Garcia
committed
Clear .packages and pubspec.lock
1 parent 6a279d9 commit 5bb6ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ function check_changed_packages() {
4848

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

0 commit comments

Comments
 (0)