add serve target to Makefile
This commit is contained in:
parent
001bf684b7
commit
4c8d1dcee3
6
Makefile
6
Makefile
@ -26,6 +26,10 @@ test:
|
|||||||
format:
|
format:
|
||||||
@make -C app format
|
@make -C app format
|
||||||
|
|
||||||
|
# Serve the app
|
||||||
|
serve:
|
||||||
|
@cd app && mix phx.server
|
||||||
|
|
||||||
# Run Playwright browser-based tests (requires running server)
|
# Run Playwright browser-based tests (requires running server)
|
||||||
# Set PLAYWRIGHT_BASE_URL to point at the running Phoenix app
|
# Set PLAYWRIGHT_BASE_URL to point at the running Phoenix app
|
||||||
playwright:
|
playwright:
|
||||||
@ -49,4 +53,4 @@ playwright-docker-start:
|
|||||||
|
|
||||||
# Stop Docker Chrome container
|
# Stop Docker Chrome container
|
||||||
playwright-docker-stop:
|
playwright-docker-stop:
|
||||||
@make -C app playwright-docker-stop
|
@make -C app playwright-docker-stop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user