Skip to content

feat: artifact system with side-panel support and folder restructure #1246

feat: artifact system with side-panel support and folder restructure

feat: artifact system with side-panel support and folder restructure #1246

Workflow file for this run

name: Build JS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 9.0.6
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
cache-dependency-path: 'pnpm-lock.yaml'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build affected projects
run: pnpm -r build
- name: Check affected projects
run: pnpm -r run ci