Skip to content

Commit da44b06

Browse files
committed
Ensure script names match
1 parent a30049e commit da44b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"fix:i18n": "npm run fix:i18n:new",
7777
"fix:markdown": "npm run check:markdown -- --fix",
7878
"fix:refcache": "npm run check:links",
79-
"fix:refcache:fresh": "npm run _refcache:prune -- -n ${PRUNE_N:-128}",
79+
"fix:refcache:refresh": "npm run _refcache:prune -- -n ${PRUNE_N:-128}",
8080
"fix:submodule": "npm run pin:submodule",
8181
"fix:text": "npm run check:text -- --fix",
8282
"fix": "npm run fix:all",
@@ -88,7 +88,7 @@
8888
"netlify-build:preview": "npm run seq -- build:preview diff:check",
8989
"netlify-build:production": "npm run seq -- build:production diff:check",
9090
"pin:submodule": "npm run _pin:submodule -- $PIN_SKIP",
91-
"postfix:refcache:fresh": "npm run fix:refcache",
91+
"postfix:refcache:refresh": "npm run fix:refcache",
9292
"postfix:submodule": "git submodule",
9393
"postget:submodule": "git submodule",
9494
"prebuild:preview": "npm run _prebuild",

0 commit comments

Comments
 (0)