Skip to content

Commit

Permalink
keep app live
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 8, 2024
1 parent 89fceef commit 247f8ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ start-app:
run-e2e-tests:
cd tests/e2e && npm install && npm test

stop-app:
pkill -f "nx serve"

e2e-test: start-app run-e2e-tests stop-app
e2e-test: start-app run-e2e-tests

.PHONY: start-app run-tests stop-app e2e-test

Expand Down

0 comments on commit 247f8ca

Please sign in to comment.