Skip to content

Commit

Permalink
modified for dev tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruwan Geeganage authored and Ruwan Geeganage committed Mar 2, 2023
1 parent 22925ae commit d010458
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ e2e-run:
docker-compose -p ${RUN_E2E_PROJECT_NAME} down

e2e-dev:
-docker-compose -p ${DEV_E2E_PROJECT_NAME} -f ${DOCKER_COMPOSE_E2E} up ${DEV_E2E_SERVICE_NAME} --abort-on-container-exit --exit-code-from ${DEV_E2E_SERVICE_NAME}
docker-compose -p ${DEV_E2E_PROJECT_NAME} down
docker-compose -f ${DOCKER_COMPOSE_E2E} run --service-ports --rm --name ${DEV_E2E_PROJECT_NAME} ${DEV_E2E_SERVICE_NAME}

remove-node-modules rmn:
@rm -rf ./node_modules
Expand Down

0 comments on commit d010458

Please sign in to comment.