Skip to content
Open
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
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
- name: Build
run: npm run build

- name: Verify committed dist is current
run: git diff --exit-code -- dist

- name: Verify package contents
run: npm pack --dry-run

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
- name: Build
run: npm run build

- name: Verify committed dist is current
run: git diff --exit-code -- dist

- name: Verify package contents
run: npm pack --dry-run

Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ node_modules
# used to exercise the node-modules walker. Keep those tracked.
!tests/fixtures/**/node_modules
!tests/fixtures/**/node_modules/**
# dist/ is committed pre-npm-publish so consumers can `npm install github:patchstack/connect`
# in sandboxed environments (WebContainer/StackBlitz/Bolt/Lovable) where the `prepare`
# script can't run `tsup`. Remove this exception once the package is published to npm.
dist
*.log
.DS_Store
.env
Expand Down
Loading
Loading