dgp1130 / rules_prerender

A Bazel rule set for prerending HTML pages.
14 stars 0 forks source link

Include published NPM package in GitHub releases assets #29

Closed dgp1130 closed 3 years ago

dgp1130 commented 3 years ago

In GitHub releases it automatically tags a particular commit hash and provides a .zip and .tar.gz bundle of the source code. However using those assets requires users to build from source (which isn't that bad with Bazel, but still annoying). We should also attach a .tar.gz of the compiled NPM package, which would be more usable to most users.

dgp1130 commented 3 years ago

Fixed by 7808ac3cfcafec8fdfdc68f1547b0ed0b269269f and verified in the 0.0.8 release.