We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e5a38 commit 1ddff3fCopy full SHA for 1ddff3f
package.json
@@ -21,8 +21,7 @@
21
},
22
"scripts": {
23
"build": "tsc",
24
- "watch": "tsc --watch",
25
- "prepare": "npm run build"
+ "watch": "tsc --watch"
26
27
"engines": {
28
"node": ">=20.0.0"
@@ -62,4 +61,4 @@
62
61
"jest": "^29.7.0",
63
"ts-jest": "^29.1.2"
64
}
65
-}
+}
src/cli/project/create.ts
@@ -56,7 +56,6 @@ export async function createProject(name?: string) {
56
files: ["dist"],
57
scripts: {
58
build: "tsc && mcp-build",
59
- prepare: "npm run build",
60
watch: "tsc --watch",
start: "node dist/index.js"
0 commit comments