This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
chore(deps): update react monorepo #2490
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 📦 Build npm Package | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [ opened, synchronize, reopened ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Checkout source code' | |
uses: actions/checkout@v4 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: '16.x' | |
registry-url: 'https://registry.npmjs.org' | |
scope: '@kaoto' | |
- run: yarn | |
- run: yarn workspace @kaoto/kaoto-ui run build | |
- run: yarn workspace @kaoto/kaoto-ui run build:lib |