Securely send git diffs for teammates to comment
yarn global add reviewpls
- Remove your installed version of
reviewpls
.yarn global remove reviewpls
- Being inside the folder of this project, symlink the package.
yarn link
- Done, now you can run
reviewpls
and it will run the stuff inside this folder. You can easily change the code and runreviewpls
again to see the changes.
-
Increase the version on
package.json
-
Run
npm publish
derp