Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Jan 9, 2024
1 parent caa51bc commit 0056f30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tool/analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -ex

# The directory that this script is located in.
TOOL_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
TOOL_DIR=$( cd -- "$( dirname -- "$0" )" &> /dev/null && pwd )

sh $TOOL_DIR/pub_get.sh

Expand Down
2 changes: 1 addition & 1 deletion tool/diagrams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -ex

# The directory that this script is located in.
TOOL_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
TOOL_DIR=$( cd -- "$( dirname -- "$0" )" &> /dev/null && pwd )

sh $TOOL_DIR/pub_get.sh

Expand Down
2 changes: 1 addition & 1 deletion tool/lt_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -ex

# The directory that this script is located in.
TOOL_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
TOOL_DIR=$( cd -- "$( dirname -- "$0" )" &> /dev/null && pwd )

cd $TOOL_DIR/../pkgs/leak_tracker
dart pub publish
Expand Down
2 changes: 1 addition & 1 deletion tool/pub_get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -ex

# The directory that this script is located in.
TOOL_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
TOOL_DIR=$( cd -- "$( dirname -- "$0" )" &> /dev/null && pwd )

cd $TOOL_DIR/../examples/autosnapshotting
flutter pub get
Expand Down

0 comments on commit 0056f30

Please sign in to comment.