Skip to content

Commit cb11385

Browse files
authored
Merge pull request #317 from craquet/react-wrapper
Hoist repo readme to stencil package on publish
2 parents 23c0542 + 3b66659 commit cb11385

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/github-npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
registry-url: https://npm.pkg.github.com/
3232
- run: npm ci
3333
- run: npx lerna run build
34+
- run: cp README.md packages/stencil-library
3435
- run: npx lerna publish from-package --yes
3536
env:
3637
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/real-npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm clean-install
1717
- run: npx lerna run build
18+
- run: cp README.md packages/stencil-library
1819
- run: npx lerna publish from-package --yes
1920
env:
2021
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)