From d1ae26cb21d319167933fbe48881ae74aa95abdf Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 1 Jan 2023 22:42:16 +0100 Subject: [PATCH] chore: don't open browser when running locally Signed-off-by: Matej Focko --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index af4241c..237b154 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ dev: regenerate-dots regenerate-zips - URL=http://localhost BASE_URL=/ yarn run start + URL=http://localhost BASE_URL=/ yarn run start --no-open deploy-aisa: URL="https://fi.muni.cz" BASE_URL="~xfocko/kb/" yarn run build