deleting dist content before building with makefile
parent
81b0c087d3
commit
6568cd9366
3
Makefile
3
Makefile
|
@ -10,6 +10,7 @@ test:
|
|||
$(JSPKGMAN) run vite check
|
||||
|
||||
build:
|
||||
rm -rf $(CURDIR)/dist
|
||||
$(JSPKGMAN) run vite build
|
||||
|
||||
wasm-pack:
|
||||
|
@ -22,6 +23,8 @@ docker:
|
|||
podman push docker.io/jmbitci/crypttool
|
||||
podman push docker.io/jmbitci/crypttool:$(HEAD)
|
||||
|
||||
all: build docker
|
||||
|
||||
|
||||
#TODO get rid of -f and check whether files exist instead
|
||||
clean:
|
||||
|
|
Loading…
Reference in New Issue