From 24046ef0fcab28e46f92ac3481b5238cf1172927 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 24 Jan 2025 00:20:01 +0100 Subject: [PATCH] build(Makefile): remove explicit uniworx.cabal dependency [skip ci] --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a77268364..a34212c9c 100644 --- a/Makefile +++ b/Makefile @@ -280,7 +280,7 @@ endif --compile-backend: stack build $(STACK_CORES) --fast --profile --library-profiling --executable-profiling --flag uniworx:-library-only $(--DEVELOPMENT) --local-bin-path $$(pwd)/bin --copy-bins # HELP(dependencies-backend): (re-)build backend dependencies ---dependencies-backend: uniworx.cabal +--dependencies-backend: #uniworx.cabal stack build -j1 --only-dependencies # HELP(lint-backend): lint backend --lint-backend: @@ -288,8 +288,8 @@ endif # HELP(test-backend): test backend --test-backend: stack build $(STACK_CORES) --test --coverage --fast --flag uniworx:library-only $(--DEVELOPMENT) -uniworx.cabal: - stack exec -- hpack --force +# uniworx.cabal: +# stack exec -- hpack --force # HELP(compile-frontend): compile frontend assets --compile-frontend: node_modules assets esbuild.config.mjs frontend/src/env.sass