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
After #997 is complete, ensure that npm audit can be run at the root level and for each package in the monorepo.
Run npm audit at the root level and fix dependency issues
Determine the best way to run/maintain npm audit on packages in the monorepo. Currently, this requires saving a package-lock.json file in each package folder. Need to deconflict this with how lerna hoists/installs packages.
The text was updated successfully, but these errors were encountered:
After #997 is complete, ensure that
npm audit
can be run at the root level and for each package in the monorepo.npm audit
at the root level and fix dependency issuesnpm audit
on packages in the monorepo. Currently, this requires saving a package-lock.json file in each package folder. Need to deconflict this with how lerna hoists/installs packages.The text was updated successfully, but these errors were encountered: