Skip to content

Commit

Permalink
fix(scripts): 🐛 add message and fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
miragecentury committed Aug 4, 2024
1 parent 0da116a commit e129ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Empty file modified scripts/build_with_buildpack.sh
100644 → 100755
Empty file.
7 changes: 5 additions & 2 deletions scripts/setup_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ poetry update --sync
# Pre-commit setup
pre-commit install

cat > .env <<EOF
if [[ ! -f .env ]]; then
cat > .env <<EOF
PATH="./src:./tests:\$PATH"
PYTHONPATH="./src:./tests:\$PYTHONPATH"
EOF
else
echo -e "\033[0;33m.env file already exists. Skipping...\033[0m"
fi

mkdir -p build/wheels

0 comments on commit e129ba1

Please sign in to comment.