Skip to content

chore(release): 5.0.1 changelog #109

chore(release): 5.0.1 changelog

chore(release): 5.0.1 changelog #109

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Build package
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn --immutable
- name: Run build
run: yarn build