Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# run from the root directory for the module you want to test the developed module with
# <module-name> should be replaced by the name of the module you want to link in, this is derived from the name in its package.json file.
npm link <module-name>
 
When you no longer require the local link (e.g. finished testing ), remove the links to clean up the test settings.

...