Skip to content

fix import path

fix import path #12

Workflow file for this run

name: bundlesize
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: 22
- run: cd cli && npm ci
- run: node cli/index.js --debug