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 88 "fix" : " eslint . --ext mdx --fix && pnpm spellcheck:fix && pnpm breadcrumbs && pnpm fix-redirects && pnpm metadata-batch-cli" ,
99 "spellcheck:lint" : " cspell lint \" **/*.mdx\" " ,
1010 "spellcheck:fix" : " cspell --words-only --unique \" **/*.mdx\" | sort --ignore-case | uniq > words.txt" ,
11+ "prepare" : " husky install" ,
1112 "breadcrumbs" : " NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/create-breadcrumbs.ts" ,
1213 "check-breadcrumbs" : " NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/breadcrumbs.ts" ,
1314 "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
172172INFLUXDBV
173173influxdbv
174174initcode
175- interopble
176175IPCDISABLE
177176ipcdisable
178177ipcfile
@@ -273,6 +272,7 @@ Pausability
273272pausable
274273pcscdpath
275274Pectra
275+ pectra
276276Pectra's
277277Peerstore
278278peerstore
@@ -388,6 +388,7 @@ Superchain
388388superchain
389389Superchain's
390390Superchainerc
391+ superchainerc
391392Superlend
392393Superloans
393394Superscan
You can’t perform that action at this time.
0 commit comments