Skip to content

Commit 8577f44

Browse files
authored
Merge pull request #132 from PostHog/release-tweak-2
fix git release workflow
2 parents bc9d749 + e61c7fd commit 8577f44

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This repo assembles PostHog context for AI agents and LLMs into [Agent Skills](h
44

55
**Need output in a different format?** No problem. Let us know in [#team-docs-and-wizard](https://posthog.slack.com/archives/C09GTQY5RLZ), or fire up a PR to augment the `/transformation-config` and `/scripts` directories with your preferred transformation.
66

7-
**Have a skill you want to make sure is maintained and distributed via the PostHog MCP?** We'd love your pull request!
7+
**Have a skill you want to make sure is maintained and distributed via the PostHog MCP?**
8+
9+
We'd love your pull request!
810

911
The context mill gathers up-to-date content from multiple sources, packaging PostHog developer docs, prompts, and working example code into a versioned manifest, which can be shipped anywhere as a zip file.
1012

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"dependencies": {
2424
"gray-matter": "^4.0.3",
2525
"js-yaml": "^4.1.1"
26+
},
27+
"pnpm": {
28+
"onlyBuiltDependencies": ["esbuild"]
2629
}
2730
}

0 commit comments

Comments
 (0)