You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lerna has been incorporated but most of the packages and documentation need to be updated so it is clear how to build and work with packages within the monorepo. Additionally, NSP has been deprecated in favor of npm audit. This issue should accomplish the following items:
Upgrade Lerna to a recent major version
Upgrade requirements for NPM to be >= 6.4
Streamline the individual package NPM scripts to support lint, build, clean, and test scripts as appropriate.
Use Lerna to hoist the devDependencies to the top level of the repo and link individual packages together.
Lerna has been incorporated but most of the packages and documentation need to be updated so it is clear how to build and work with packages within the monorepo. Additionally, NSP has been deprecated in favor of
npm audit
. This issue should accomplish the following items:The text was updated successfully, but these errors were encountered: