Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaned up dependency installation #8048

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Cleaned up dependency installation #8048

merged 1 commit into from
Jun 6, 2023

Commits on Jun 6, 2023

  1. Cleaned up dependency installation

    Made production npm installs only install prod dependencies through --production flag.
    
    Removed some unused dependencies and moved some dependency definitions if they were only
    used in specific packages.
    
    Made lerna a devDependency, which works fine in production builds.
    
    Ran depcheck on all packages to identify and fix most extraneous or unspecified dependencies.
    
    Removed a number of top-level npm scripts that just called a script. Replaced any calls to
    those npm scripts with the appropriate command.
    barankyle committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0107f4e View commit details
    Browse the repository at this point in the history