call of env.sh should not be needed

This commit is contained in:
julian 2024-05-22 11:44:05 -06:00
parent 230669bd97
commit bc785e13fc
2 changed files with 0 additions and 4 deletions

View file

@ -2,8 +2,6 @@
set -x -e
source ./env.sh
# run icon and image generators
pushd "${APP_PROJECT_ROOT_DIR}"
flutter pub get

View file

@ -2,8 +2,6 @@
set -x -e
source ./env.sh
if [ $# -ne 1 ]; then
echo "Usage: $0 <theme specific assets dir name (ex. stack_wallet)>"
exit 1