You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pending #403, which will necessarily run tests against pre-transpiled code, stop caching the built output (which was a test-time optimization to begin with).
Instead, prepublish should
wipe all gitignore'd output with a git clean -X
rebuild everything from scratch
stretch goal: run (some) tests directly against built output?
This should hopefully prevent future occurrences of the 1.10.1 publish debaucle. (#415)
The text was updated successfully, but these errors were encountered:
Pending #403, which will necessarily run tests against pre-transpiled code, stop caching the built output (which was a test-time optimization to begin with).
Instead,
prepublish
shouldgit clean -X
This should hopefully prevent future occurrences of the 1.10.1 publish debaucle. (#415)
The text was updated successfully, but these errors were encountered: