Skip to content

Commit

Permalink
return telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Jul 22, 2024
1 parent 1d744a0 commit 519d7cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ npm run prepare-husky
# ok docker compose is now included in docker as an option for docker
if [[ $(command -v docker-compose) ]]; then
# if the older version is installed use the dash
# docker-compose --profile development up
docker-compose up
docker-compose --profile development up
else
# if the newer version is installed don't use the dash
# docker compose --profile development up
docker compose up
docker compose --profile development up
fi

0 comments on commit 519d7cd

Please sign in to comment.