lightstep / lightstep-tracer-javascript

Lightstep distributed tracing library for Node.js and the browser
https://lightstep.com
MIT License
77 stars 66 forks source link

Attempt to fix `make publish` #214

Closed iredelmeier closed 4 years ago

iredelmeier commented 4 years ago

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.

See https://docs.npmjs.com/cli/version.html for more information.