Skip to content

Commit 5a20f23

Browse files
committed
chore: add link:fix script
1 parent e0de082 commit 5a20f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"examples:simple-server:w": "tsx --watch src/examples/server/simpleStreamableHttp.ts --oauth",
5757
"prepack": "npm run build:esm && npm run build:cjs",
5858
"lint": "eslint src/ && prettier --check .",
59+
"lint:fix": "eslint src/ --fix && prettier --write .",
5960
"test": "npm run fetch:spec-types && jest",
6061
"start": "npm run server",
6162
"server": "tsx watch --clear-screen=false src/cli.ts server",

0 commit comments

Comments
 (0)