fix post prepare steps

This commit is contained in:
Sebastian Herrlinger
2025-08-19 00:10:59 +02:00
parent 4a181b52a6
commit 29a11b4638
+1 -3
View File
@@ -88,8 +88,6 @@ Next steps:
1. Review the changes: git diff
2. Build the packages: bun run build
3. Commit the changes: git add -A && git commit -m "Release v${version}" && git push
4. Publish to npm:
- cd packages/core && bun run publish
- cd packages/solid && bun run publish
4. Publish to npm: bun run publish
5. Push to GitHub: git push
`)