Skip to content

Commit eb2f642

Browse files
committed
fix: specify purgecss to 5.0.0 to resolve ci failure
Signed-off-by: chestercheng <[email protected]>
1 parent 9c867d7 commit eb2f642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ css:
6565

6666

6767
purgecss:
68-
$(NPX) purgecss --config $(PURGECSSCONF) --css $(CSSFILE) -o output/theme/css
68+
$(NPX) purgecss@5.0.0 --config $(PURGECSSCONF) --css $(CSSFILE) -o output/theme/css
6969

7070

7171
.PHONY: html help clean regenerate devserver deploy css purgecss

0 commit comments

Comments
 (0)