From 7d980438b32c1cd83fe06a7bd9af13d754757941 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 6 Apr 2020 18:00:25 -0700 Subject: [PATCH] make ghcid-web-run --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4ae2dce36..39561ca32 100644 --- a/Makefile +++ b/Makefile @@ -321,6 +321,9 @@ ghcid-ui: $(call def-help,ghcid-ui, start ghcid autobuilder on hledger-lib + hle ghcid-web: $(call def-help,ghcid-web, start ghcid autobuilder on hledger-lib + hledger + hledger-web) ghcid -c 'make ghci-web' +ghcid-web-run: $(call def-help,ghcid-web-run, start ghcid autobuilding and running hledger-web with sample journal on port 5001 ) + ghcid -c 'make ghci-web' --test ':main -f examples/sample.journal --port 5001 --serve' + ghcid-test: $(call def-help,ghcid-test, start ghcid autobuilding and running the test command) ghcid -c 'make ghci' --test ':main test -- --color=always'