Skip to content

Commit 067ba66

Browse files
committed
chore: auto-sync root README into package on prepublishOnly
1 parent d41454c commit 067ba66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"example": "node ../../examples/run.js",
1919
"doctor": "node dist/cli.js doctor",
2020
"simulate": "node dist/cli.js simulate",
21-
"prepublishOnly": "npm run build && npm run typecheck"
21+
"prepublishOnly": "node -e \"require('fs').copyFileSync('../../README.md','README.md')\" && npm run build && npm run typecheck"
2222
},
2323
"keywords": [
2424
"ai-agents",

0 commit comments

Comments
 (0)