|
37 | 37 | "_prebuild": "npm run seq -- get:submodule cp:spec",
|
38 | 38 | "_prepare:docsy": "cd themes/docsy && npm install",
|
39 | 39 | "_prettier:any": "npx prettier --ignore-path ''",
|
| 40 | + "_refcache:prune": "npx gulp prune", |
40 | 41 | "_rename-to-kebab-case": "find assets content static -name '*_*' ! -name '[_.]*' -exec sh -c 'mv \"$1\" \"${1//_/-}\"' _ {} \\;",
|
41 | 42 | "_serve:hugo": "hugo server --buildDrafts --minify",
|
42 | 43 | "_serve:netlify": "netlify dev -c \"npm run _serve:hugo -- --renderToMemory\"",
|
|
75 | 76 | "fix:i18n": "npm run fix:i18n:new",
|
76 | 77 | "fix:markdown": "npm run check:markdown -- --fix",
|
77 | 78 | "fix:refcache": "npm run check:links",
|
| 79 | + "fix:refcache:fresh": "npm run _refcache:prune -- -n ${PRUNE_N:-128}", |
78 | 80 | "fix:submodule": "npm run pin:submodule",
|
79 | 81 | "fix:text": "npm run check:text -- --fix",
|
80 | 82 | "fix": "npm run fix:all",
|
|
86 | 88 | "netlify-build:preview": "npm run seq -- build:preview diff:check",
|
87 | 89 | "netlify-build:production": "npm run seq -- build:production diff:check",
|
88 | 90 | "pin:submodule": "npm run _pin:submodule -- $PIN_SKIP",
|
| 91 | + "postfix:refcache:fresh": "npm run fix:refcache", |
89 | 92 | "postfix:submodule": "git submodule",
|
90 | 93 | "postget:submodule": "git submodule",
|
91 | 94 | "prebuild:preview": "npm run _prebuild",
|
|
0 commit comments