1 parent ef0aa89 commit cd9589aCopy full SHA for cd9589a
1 file changed
packages/devframe/package.json
@@ -71,10 +71,10 @@
71
"skills"
72
],
73
"scripts": {
74
- "build": "tsdown",
+ "build": "tsdown && mkdir -p ./skills && cp -r ../../skills/devframe ./skills/devframe",
75
"watch": "tsdown --watch",
76
"typecheck": "tsc --noEmit",
77
- "prepack": "turbo run build --filter=devframe && mkdir -p ./skills && cp -r ../../skills/devframe ./skills/devframe"
+ "prepack": "turbo run build --filter=devframe"
78
},
79
"peerDependencies": {
80
"@modelcontextprotocol/client": "^2.0.0",
0 commit comments