Skip to content

Commit 1e33819

Browse files
kmruizCopilot
andauthored
Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 61243b6 commit 1e33819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"build:esm": "tsc --project tsconfig.esm.json && chmod +x dist/esm/index.js",
4141
"build:cjs": "tsc --project tsconfig.cjs.json",
4242
"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'",
43+
"build": "npm run build:clean && concurrently 'npm run build:esm' 'npm run build:cjs' && npm run build:universal-package'",
4444
"inspect": "npm run build && mcp-inspector -- dist/esm/index.js",
4545
"prettier": "prettier",
4646
"check": "concurrently 'npm run build' 'npm run check:types' 'npm run check:lint' 'npm run check:format' 'npm run check:dependencies'",

0 commit comments

Comments
 (0)