Skip to content

chore: make pipeline fast again #608

chore: make pipeline fast again

chore: make pipeline fast again #608

Workflow file for this run

name: Verify Pull Request
on:
pull_request: {}
workflow_dispatch: {}
env:
HUSKY: 0
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci --verbose --timing
- run: npx lerna run build
- run: npm run examples:build