Just FYI, make sure you bump the version number in package.json each time you do a release.
By default, yarn and npm will compare the contents on the package.json files on upgrade and if the version hasn't been increased, it will decide that it does not need to download a new version from GitHub.
Just FYI, make sure you bump the version number in
package.json
each time you do a release.By default,
yarn
andnpm
will compare the contents on the package.json files on upgrade and if the version hasn't been increased, it will decide that it does not need to download a new version from GitHub.The version should be at least
1.1.0
as of now.