Skip to content

Commit b04336c

Browse files
yoannmoinetclaude
andcommitted
ci: copy root README into nipplejs package before publish
npm uses the README from the package directory for the npmjs.com page. Copy it from the repo root right before publish so it's included. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d471de8 commit b04336c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118

119119
- run: yarn test:e2e
120120

121+
- name: Copy README into package
122+
run: cp README.md packages/nipplejs/README.md
123+
121124
- name: Publish
122125
env:
123126
CHANNEL: ${{ steps.channel.outputs.channel }}

0 commit comments

Comments
 (0)