Skip to content

Update Minor Packages #316

Update Minor Packages

Update Minor Packages #316

Workflow file for this run

name: validate
on:
pull_request:
jobs:
validate-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🔧 install + build # This project is built using npm and outputs the result to the 'build' folder
run: |
yarn
yarn build-prefix