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
4 changes: 2 additions & 2 deletions .github/workflows/publish-platform-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Compile TypeScript
run: pnpm run build
- name: Build platform package
run: pnpm --filter @pipedream/platform run build
# See https://pnpm.io/using-changesets
- name: Setup npmrc for pnpm publish
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
Expand Down
1 change: 1 addition & 0 deletions platform/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
!*.d.ts
node_modules
dist/
10 changes: 0 additions & 10 deletions platform/dist/axios.d.ts

This file was deleted.

186 changes: 0 additions & 186 deletions platform/dist/axios.js

This file was deleted.

2 changes: 0 additions & 2 deletions platform/dist/constants.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions platform/dist/constants.js

This file was deleted.

4 changes: 0 additions & 4 deletions platform/dist/errors.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions platform/dist/errors.js

This file was deleted.

22 changes: 0 additions & 22 deletions platform/dist/file-stream.d.ts

This file was deleted.

Loading