Commit cb79cce 1 parent ac12c98 commit cb79cce Copy full SHA for cb79cce
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
33
refcache-save : $(LINK_CACHE_FILE_SRC_DIR ) /$(LINK_CACHE_FILE )
34
34
ifeq (refcache, $(REFCACHE ) )
35
35
cp $(LINK_CACHE_FILE_SRC_DIR)/$(LINK_CACHE_FILE) $(LINK_CACHE_FILE_DEST_DIR)/
36
- npm run format $(LINK_CACHE_FILE_DEST_DIR)/$(LINK_CACHE_FILE)
36
+ npm run _prettier:any -- --write $(LINK_CACHE_FILE_DEST_DIR)/$(LINK_CACHE_FILE)
37
37
else
38
38
@echo "SKIPPING refcache-save"
39
39
endif
Original file line number Diff line number Diff line change 18
18
"_get:submodule" : " set -x && git submodule update --init ${DEPTH:- --depth 1}" ,
19
19
"_prebuild" : " run-s get:submodule cp:spec" ,
20
20
"_prepare:docsy" : " cd themes/docsy && npm install" ,
21
+ "_prettier:any" : " npx prettier --ignore-path ''" ,
21
22
"_serve:hugo" : " hugo serve -DFE --minify" ,
22
23
"_serve:netlify" : " netlify dev -c \" npm run _serve:hugo\" " ,
23
24
"all" : " npm-run-all" ,
You can’t perform that action at this time.
0 commit comments