clouway / ui-components

A set of UI components used for development
0 stars 1 forks source link

native: perform quick releases with np #21

Closed mgenov closed 6 years ago

mgenov commented 6 years ago

Added a help task that manually updates version in package.json for easing the release process.

denisdimitrov commented 6 years ago

yarn.lock is added as file is this intentional?

mgenov commented 6 years ago

Yes, yarn.lock should be committed into the repository.

Yarn will generate a yarn.lock file within the root directory of your package. You don’t need to read or understand this file - just check it into source control.

Quote is taken from: https://yarnpkg.com/en/docs/migrating-from-npm