Skip to content

chore: add workflow for generating release builds on the CI #73

chore: add workflow for generating release builds on the CI

chore: add workflow for generating release builds on the CI #73

Workflow file for this run

name: Library
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JS
uses: ./.github/actions/setup-js
- name: Build package
run: yarn prepare