chore: use lerna-lite instead of lerna for workspace: support

This commit is contained in:
Mo
2022-06-12 22:24:44 -05:00
parent 30131089f6
commit 651fa691da
150 changed files with 336 additions and 1493 deletions

View File

@@ -8,6 +8,9 @@ jobs:
if: contains(github.event.head_commit.message, 'chore(release)') == false
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/components
steps:
- uses: actions/checkout@v2
with:
@@ -31,4 +34,8 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true
- run: yarn version-bump
- run: |
node scripts/package-components.mjs
git add dist
git commit -m 'chore(release): components'
git push -u origin HEAD

View File

@@ -1,8 +1,10 @@
name: Publish
name: Publish Components
on:
push:
branches: [ main ]
branches: [ develop, main ]
paths:
- packages/components/**
workflow_dispatch:
jobs: