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 61243b6 commit 1e33819Copy full SHA for 1e33819
package.json
@@ -40,7 +40,7 @@
40
"build:esm": "tsc --project tsconfig.esm.json && chmod +x dist/esm/index.js",
41
"build:cjs": "tsc --project tsconfig.cjs.json",
42
"build:universal-package": "tsx scripts/createUniversalPackage.ts",
43
- "build": "npm run build:clean && concurrently 'npm run build:esm' 'npm run build:cjs' 'npm run build:universal-package'",
+ "build": "npm run build:clean && concurrently 'npm run build:esm' 'npm run build:cjs' && npm run build:universal-package'",
44
"inspect": "npm run build && mcp-inspector -- dist/esm/index.js",
45
"prettier": "prettier",
46
"check": "concurrently 'npm run build' 'npm run check:types' 'npm run check:lint' 'npm run check:format' 'npm run check:dependencies'",
0 commit comments