Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongitmail committed Nov 2, 2023
1 parent 991c255 commit 81450c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down
1 change: 0 additions & 1 deletion src/lib/sampled.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import { glob } from 'glob';
import dirTree from 'directory-tree';
import { XMLParser } from 'fast-xml-parser';

Expand Down

0 comments on commit 81450c2

Please sign in to comment.