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 if: contains(github.event.head_commit.message, 'chore(release)') == false
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/components
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
@@ -31,4 +34,8 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }} passphrase: ${{ secrets.PASSPHRASE }}
git_user_signingkey: true git_user_signingkey: true
git_commit_gpgsign: 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: on:
push: push:
branches: [ main ] branches: [ develop, main ]
paths:
- packages/components/**
workflow_dispatch: workflow_dispatch:
jobs: jobs:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More