Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 7adad07

Browse files
committed
fix
1 parent 686369a commit 7adad07

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/create-mcp-use-app/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# Dependencies
4-
*.tsbuildinfo
4+
tsconfig.tsbuildinfo
55
dist/
66
node_modules/
77
.pnp

packages/create-mcp-use-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"create-mcp-use-app": "./dist/index.js"
77
},
88
"scripts": {
9-
"build": "tsc",
10-
"dev": "tsc --watch",
9+
"build": "tsc --build",
10+
"dev": "tsc --build --watch",
1111
"test": "vitest",
1212
"lint": "eslint ."
1313
},

0 commit comments

Comments
 (0)