Historically, make publish has left lingering changes to /dist that
are (currently...) necessary for browser usage but don't make it into
the correct build.
Moving the make build step into the npm-controlled version step and
then adding the /dist changes should (hopefully!) fix this.
Historically,
make publish
has left lingering changes to/dist
that are (currently...) necessary for browser usage but don't make it into the correct build.Moving the
make build
step into the npm-controlledversion
step and then adding the/dist
changes should (hopefully!) fix this.See https://docs.npmjs.com/cli/version.html for more information.