File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env sh
2
+ . " $( dirname -- " $0 " ) /_/husky.sh"
3
+
4
+ # Add hooks here
5
+ npx husky add .husky/pre-push ' pnpm fix'
Original file line number Diff line number Diff line change 8
8
"fix" : " eslint . --ext mdx --fix && pnpm spellcheck:fix && pnpm breadcrumbs && pnpm fix-redirects && pnpm metadata-batch-cli" ,
9
9
"spellcheck:lint" : " cspell lint \" **/*.mdx\" " ,
10
10
"spellcheck:fix" : " cspell --words-only --unique \" **/*.mdx\" | sort --ignore-case | uniq > words.txt" ,
11
+ "prepare" : " husky install" ,
11
12
"breadcrumbs" : " NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/create-breadcrumbs.ts" ,
12
13
"check-breadcrumbs" : " NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/breadcrumbs.ts" ,
13
14
"check-redirects" : " NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/redirects.ts" ,
Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ inator
172
172
INFLUXDBV
173
173
influxdbv
174
174
initcode
175
- interopble
176
175
IPCDISABLE
177
176
ipcdisable
178
177
ipcfile
@@ -273,6 +272,7 @@ Pausability
273
272
pausable
274
273
pcscdpath
275
274
Pectra
275
+ pectra
276
276
Pectra's
277
277
Peerstore
278
278
peerstore
@@ -388,6 +388,7 @@ Superchain
388
388
superchain
389
389
Superchain's
390
390
Superchainerc
391
+ superchainerc
391
392
Superlend
392
393
Superloans
393
394
Superscan
You can’t perform that action at this time.
0 commit comments