chore: compile components in release workflow

This commit is contained in:
Mo
2022-06-14 16:07:48 -05:00
parent 724118ee87
commit c98bb1a00e
2 changed files with 8 additions and 42 deletions

View File

@@ -32,6 +32,14 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Compile Components
run: yarn compile:components
- name: Commit Components
run: |
node packages/components/scripts/package-components.mjs
git add .
(git commit -m 'chore(release): components') || true
- name: Bump Prod Version
if: ${{ github.ref == 'refs/heads/main' }}
run: yarn release:prod