Skip to content

Merge pull request #18 from OnoSendae/fix/basic/path-generator #57

Merge pull request #18 from OnoSendae/fix/basic/path-generator

Merge pull request #18 from OnoSendae/fix/basic/path-generator #57

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
if: github.repository == 'OnoSendae/vibe-devtools'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build all packages
run: pnpm build