Skip to content

refactor: Update package configurations to remove core workspace references and set core as private #2091

refactor: Update package configurations to remove core workspace references and set core as private

refactor: Update package configurations to remove core workspace references and set core as private #2091

Workflow file for this run

name: 🔨CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: PNPM setup
uses: ./.github/actions/pnpm-setup
- run: pnpm build