build(Makefile): remove explicit uniworx.cabal dependency [skip ci]
This commit is contained in:
parent
325f07feca
commit
24046ef0fc
6
Makefile
6
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user