Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
- run: pnpm install --frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
- run: pnpm --filter @spool-lab/connector-sdk build
- run: pnpm --filter @spool-lab/core build
- run: pnpm --filter @spool-lab/core test
- run: pnpm --filter @spool-lab/connector-sdk test
- run: pnpm --filter @spool-lab/cli build
- run: pnpm --filter @spool-lab/cli test

Expand All @@ -52,9 +50,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
run: pnpm install --frozen-lockfile

- name: Build SDK
run: pnpm --filter @spool-lab/connector-sdk build

- name: Build core
run: pnpm --filter @spool-lab/core build

Expand Down
239 changes: 0 additions & 239 deletions packages/connector-sdk/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions packages/connector-sdk/package.json

This file was deleted.

Loading