We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb95200 commit 24662c8Copy full SHA for 24662c8
package.json
@@ -42,6 +42,7 @@
42
"build:cjs": "mkdir -p dist/cjs && echo '{\"type\": \"commonjs\"}' > dist/cjs/package.json && tsc -p tsconfig.cjs.json",
43
"build:cjs:w": "npm run build:cjs -- -w",
44
"examples:simple-server:w": "tsx --watch src/examples/server/simpleStreamableHttp.ts --oauth",
45
+ "prepare": "npm run build",
46
"prepack": "npm run build:esm && npm run build:cjs",
47
"lint": "eslint src/",
48
"test": "npm run fetch:spec-types && jest",
0 commit comments