19.32.0 • Published 4 years ago

replace-package-symlinks v19.32.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

replace-package-symlinks

Introduction

This script allows you to replace any symlinked dependencies for any package with the resolve symlink contents

Using replace-package-symlinks

From the root of the mono repo, run the following command to replace symlinks for a packages node_modules dependencies (Only those found in the packages package.json)

node ./scripts/replace-package-symlinks/index.js -p <package>

the script takes the following flags

Options:
  -p, --package <package>  Name of package to replace symlinks in (Required)
  -d, --depth <depth>      Depth to find the package specified above (Defaults to 2)