Skip to content

Commit 23c0542

Browse files
authored
Merge pull request #316 from craquet/react-wrapper
Update dependencies & fix GitHub packages publishing
2 parents 9ec2048 + 4f7d7b2 commit 23c0542

File tree

5 files changed

+3482
-3632
lines changed

5 files changed

+3482
-3632
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
registry-url: https://npm.pkg.github.com/
3232
- run: npm ci
3333
- run: npx lerna run build
34-
- run: npx lerna publish from-package
34+
- run: npx lerna publish from-package --yes
3535
env:
3636
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)