Skip to content

Commit ce8f90a

Browse files
committed
fix husky again
1 parent 835512b commit ce8f90a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "eslint . --ext mdx --max-warnings 0 && pnpm spellcheck:lint && pnpm check-breadcrumbs && pnpm check-redirects && pnpm validate-metadata && pnpm link-checker",
88
"fix": "eslint . --ext mdx --fix && pnpm spellcheck:fix && pnpm breadcrumbs && pnpm fix-redirects && pnpm metadata-batch-cli",
99
"spellcheck:lint": "cspell lint \"**/*.mdx\"",
10-
"prepare": "husky install",
10+
"prepare": "husky",
1111
"spellcheck:fix": "cspell --words-only --unique \"**/*.mdx\" | sort --ignore-case | uniq > words.txt",
1212
"breadcrumbs": "NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/create-breadcrumbs.ts",
1313
"check-breadcrumbs": "NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/breadcrumbs.ts",

words.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ inator
172172
INFLUXDBV
173173
influxdbv
174174
initcode
175-
interopble
176175
IPCDISABLE
177176
ipcdisable
178177
ipcfile
@@ -273,6 +272,7 @@ Pausability
273272
pausable
274273
pcscdpath
275274
Pectra
275+
pectra
276276
Pectra's
277277
Peerstore
278278
peerstore
@@ -388,6 +388,7 @@ Superchain
388388
superchain
389389
Superchain's
390390
Superchainerc
391+
superchainerc
391392
Superlend
392393
Superloans
393394
Superscan

0 commit comments

Comments
 (0)