Skip to content

Fix prepublishOnly: remove pytest dependency from npm publish#47

Merged
AnExiledDev merged 1 commit intomainfrom
fix/prepublish-pytest
Mar 2, 2026
Merged

Fix prepublishOnly: remove pytest dependency from npm publish#47
AnExiledDev merged 1 commit intomainfrom
fix/prepublish-pytest

Conversation

@AnExiledDev
Copy link
Owner

Summary

  • prepublishOnly was running test:all which includes pytest — unavailable on the GitHub Actions runner
  • Changed to npm test (Node tests only); pytest runs separately in CI
  • Fixes failed v2.0.1 release (PR Release v2.0.1 #46)

Test plan

  • npm publish --dry-run succeeds without pytest

@AnExiledDev AnExiledDev merged commit 05f0f0c into main Mar 2, 2026
4 checks passed
@AnExiledDev AnExiledDev deleted the fix/prepublish-pytest branch March 2, 2026 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant