Skip to content

Commit 519d7cd

Browse files
author
Dan Levitas
committed
return telemetry
1 parent 1d744a0 commit 519d7cd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dev.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ 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
34-
docker-compose up
33+
docker-compose --profile development up
3534
else
3635
# if the newer version is installed don't use the dash
37-
# docker compose --profile development up
38-
docker compose up
36+
docker compose --profile development up
3937
fi

0 commit comments

Comments
 (0)