chore: run build step when installed via git reference#16
Conversation
|
|
@kanashimia this looks fine to me. However I don't think it needs a changeset / a release? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
==========================================
- Coverage 82.72% 78.33% -4.40%
==========================================
Files 1 1
Lines 110 120 +10
Branches 30 35 +5
==========================================
+ Hits 91 94 +3
- Misses 16 22 +6
- Partials 3 4 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@DylanPiercey Yeah, I don't think changeset is needed. Just a sec I will remove it. Some bug in the CI 🙄 |
de234f9 to
a1d1cf7
Compare
Fixes installation via npm from Git URIs like these: https://github.com/web-fragments/web-fragments/blob/8a1f5a8ef83d13313f638ae28ce2822397db718c/packages/reframed/package.json#L16
Taken from web-fragments fork: be7248e
Isn't really needed much, but is a minor improvement for those who want to fork this library.