Skip to content

don't use prepare since it does not work well with npm workspaces #116

don't use prepare since it does not work well with npm workspaces

don't use prepare since it does not work well with npm workspaces #116

Workflow file for this run

name: apps/cli
on:
push:
paths:
- 'packages/components/**'
- 'packages/cli/**'
- '.github/workflows/_common_jobs.yml'
- '.github/workflows/ci_packages_cli.yml'
- 'eslint.config.js'
- 'package.json'
jobs:
build-components:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm i
- name: Build components package
run: npm run build -w @hyparam/components
ci:
needs: build-components
uses: ./.github/workflows/_common_jobs.yml
with:
workspace: hyperparam