Skip to content

fix(build): import types from vega-lite root instead of /src directory #1745

fix(build): import types from vega-lite root instead of /src directory

fix(build): import types from vega-lite root instead of /src directory #1745

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
publish:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install Node dependencies
run: npm ci
- run: npm run lint
- run: npx tsc
- run: npm run build:only