Skip to content

fix: change auto-generated icons folder path #164

fix: change auto-generated icons folder path

fix: change auto-generated icons folder path #164

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Clean
run: yarn clean
- name: Build all packages and apps
run: yarn build