Skip to content

Instantly share code, notes, and snippets.

@leejh3224
Created April 9, 2021 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leejh3224/b2871aa50f6e7a899a6d2c2acc3b6507 to your computer and use it in GitHub Desktop.
Save leejh3224/b2871aa50f6e7a899a6d2c2acc3b6507 to your computer and use it in GitHub Desktop.
$ cd <package>
$ yarn pack
{package}-{version}.tgz file created!
$ cd <project>
$ cp <package>/{package}-{version}.tgz /path/to/project/
$ yarn add /path/to/project/{package}-{version}.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment