Skip to content

Commit 1d744a0

Browse files
author
Dan Levitas
committed
Revert telemetry change for now
1 parent 920299a commit 1d744a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ npm run prepare-husky
3030
# ok docker compose is now included in docker as an option for docker
3131
if [[ $(command -v docker-compose) ]]; then
3232
# if the older version is installed use the dash
33-
docker-compose --profile development up
33+
# docker-compose --profile development up
34+
docker-compose up
3435
else
3536
# if the newer version is installed don't use the dash
36-
docker compose --profile development up
37+
# docker compose --profile development up
38+
docker compose up
3739
fi

0 commit comments

Comments
 (0)