From 81450c2f218a3ed382e1303337c45ebd54bae98d Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 2 Nov 2023 00:11:23 +0000 Subject: [PATCH] clean up --- .github/workflows/ci.yml | 4 ++-- src/lib/sampled.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7d20f6..c5cb9a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - uses: oven-sh/setup-bun@v1 - name: Install dependencies run: bun install --frozen-lockfile + - run: ls -la && ls src/lib -la - name: Run unit tests run: bun run test @@ -36,8 +37,7 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - run: bun install --frozen-lockfile - - run: ls -la - - run: ls src/lib -la + - run: ls -la && ls src/lib -la - name: Publish to NPM, if version was incremented uses: JS-DevTools/npm-publish@v2 with: diff --git a/src/lib/sampled.ts b/src/lib/sampled.ts index 3f0e3d0..ce10423 100644 --- a/src/lib/sampled.ts +++ b/src/lib/sampled.ts @@ -1,4 +1,3 @@ -// import { glob } from 'glob'; import dirTree from 'directory-tree'; import { XMLParser } from 'fast-xml-parser';