tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
324 stars 93 forks source link

INT-466: Second attempt at getting CI working #159

Closed tiny-james closed 4 years ago

tiny-james commented 4 years ago

It seems that running npm publish from inside yarn publish does not work. Possibly because of environment variables.

This PR separates out the build step so yarn isn't involved in the publish step.

Additionally it ensures the version number of the build being published is set to the same as the main package.json file so it is impossible to accidently miss updating it as was a problem before.