fix: add README files to published packages

This commit is contained in:
Johann Schopplich
2025-11-03 17:36:47 +01:00
parent fecf4409d2
commit e174c46ba1
2 changed files with 143 additions and 0 deletions

View File

@@ -31,6 +31,12 @@ jobs:
- run: pnpm install
- run: pnpm run build
- name: Copy READMEs for npm packages
run: |
cp README.md packages/toon/README.md
echo "✓ Copied root README to @toon-format/toon"
echo "✓ CLI package uses its own README"
- name: Publish to npm
run: npm install -g npm@latest && pnpm -r publish --access public --no-git-checks
env: