# add dependency
lerna add pkg --scope pkgName --save
# remove dependency
lerna exec yarn remove pkg --scope pkgName
# better git-commit
yarn commit
# prepare to publish to npm
lerna run prepare
# update version
lerna version
# publish
lerna publish from-package
-
Notifications
You must be signed in to change notification settings - Fork 0
shared for develop
Jogiter/shared
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|