add minify to export
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
2026-02-26 23:39:00 +01:00
parent 15bf66f1ca
commit 99ace8a1e8

View File

@@ -55,7 +55,7 @@ $(OUTPUT_ORIGINAL): $(SRC) $(ORDER) $(MINIFY)
@cp $(OUTPUT) $(OUTPUT_ORIGINAL)
@lua $(MINIFY) minify $(OUTPUT_ORIGINAL) > $(OUTPUT)
export: build
export: build minify
@if [ -z "$(VERSION)" ]; then \
echo "ERROR: VERSION not set!"; \
exit 1; \