From bcedb8e58abd723b1400a9ea5e7dc300966a528e Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 10 Apr 2022 16:17:32 +0200 Subject: [PATCH] Run stylelint and prettier durting building --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 83fb171..9221d74 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ package: $(PACKAGES) npm: cd slt; npm i cd slt; npm run sass + cd slt; npm run prettier && npm run stylelint .PHONY: slt.tar.gz slt.tar.gz: npm slt/templateDetails.xml