Run stylelint and prettier durting building
This commit is contained in:
1
Makefile
1
Makefile
@@ -17,6 +17,7 @@ package: $(PACKAGES)
|
|||||||
npm:
|
npm:
|
||||||
cd slt; npm i
|
cd slt; npm i
|
||||||
cd slt; npm run sass
|
cd slt; npm run sass
|
||||||
|
cd slt; npm run prettier && npm run stylelint
|
||||||
|
|
||||||
.PHONY: slt.tar.gz
|
.PHONY: slt.tar.gz
|
||||||
slt.tar.gz: npm slt/templateDetails.xml
|
slt.tar.gz: npm slt/templateDetails.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user