From c8e9ee964f4ef3ddbb421018472f3c7ffd237a51 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Tue, 31 May 2022 01:46:40 +0200 Subject: [PATCH] Fix --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 161165a..dcb5f8d 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ js: $(JS_OUTPUTS) public/js/%.min.js: frontend/src/%.js cd frontend; rollup -c rollup.config.js + mkdir -p public/js cp $(patsubst frontend/src/%.js, frontend/dist/%.min.js, $<) $@ #