File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 2525
2626 - run : npm install --omit=optional
2727
28- - run : npm run check:links
28+ - run : npm run seq -- check:links _diff:check
Original file line number Diff line number Diff line change 11# cSpell:ignore htmltest refcache
2- # Set REFCACHE to another value to disable htmltest refcache-file manipulation
3- REFCACHE? =refcache
2+
43HTMLTEST_DIR =tmp
54HTMLTEST? =htmltest # Specify as make arg if different
65HTMLTEST_ARGS?=--log-level 1
@@ -28,19 +27,11 @@ $(LINK_CACHE_FILE_DEST_DIR)/$(LINK_CACHE_FILE):
2827 echo ' {}' > $(LINK_CACHE_FILE_DEST_DIR ) /$(LINK_CACHE_FILE )
2928
3029refcache-restore : $(LINK_CACHE_FILE_DEST_DIR ) /$(LINK_CACHE_FILE ) $(LINK_CACHE_FILE_SRC_DIR )
31- ifeq (refcache, $(REFCACHE ) )
3230 cp $(LINK_CACHE_FILE_DEST_DIR ) /$(LINK_CACHE_FILE ) $(LINK_CACHE_FILE_SRC_DIR ) /
33- else
34- @echo "SKIPPING refcache-restore"
35- endif
3631
3732refcache-save :
38- ifeq (refcache, $(REFCACHE ) )
3933 cp $(LINK_CACHE_FILE_SRC_DIR ) /$(LINK_CACHE_FILE ) $(LINK_CACHE_FILE_DEST_DIR ) /
4034 npx prettier --prose-wrap=always --write $(LINK_CACHE_FILE_DEST_DIR ) /$(LINK_CACHE_FILE )
41- else
42- @echo "SKIPPING refcache-save"
43- endif
4435
4536check-links : $(GET_LINK_CHECKER_IF_NEEDED ) \
4637 refcache-restore check-links-only refcache-save
You can’t perform that action at this time.
0 commit comments