Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: npx usage succeeds #92

Merged
merged 1 commit into from
Jun 15, 2022
Merged

fix: npx usage succeeds #92

merged 1 commit into from
Jun 15, 2022

Conversation

SgtPooki
Copy link
Member

npx usage seemed to be broken, but I was able to test that these changes work by both:

Running npx on current package:

npx . -s $ESTUARY_API_ENDPOINT $ESTUARY_API_TOKEN

Running npx on npm packed package:

npm pack
npx ipfs-shipyard-pinning-service-compliance-1.0.5.tgz -s $ESTUARY_API_ENDPOINT $ESTUARY_API_TOKEN

@SgtPooki SgtPooki merged commit 23984c6 into main Jun 15, 2022
@SgtPooki SgtPooki deleted the fix-npx branch June 15, 2022 19:53
github-actions bot pushed a commit that referenced this pull request Jun 15, 2022
## [1.0.6](v1.0.5...v1.0.6) (2022-06-15)

### Bug Fixes

* npx usage succeeds ([#92](#92)) ([23984c6](23984c6))
@github-actions
Copy link

🎉 This PR is included in version 1.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant