crypttool/Makefile

11 lines
123 B
Makefile
Raw Normal View History

JSPKGMANi = "yarn"
dev:
$(JSPKGMAN) run vite dev
test:
$(JSPKGMAN) run vite check
build:
$(JSPKGMAN) run vite build