Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Fixed some bugs in cache flow #7993

Merged
merged 1 commit into from
May 18, 2023
Merged

Fixed some bugs in cache flow #7993

merged 1 commit into from
May 18, 2023

Commits on May 18, 2023

  1. Fixed some bugs in cache flow

    Running npm install from packages/projects was not correct. To just install
    projects' dependencies, we're now using a second root package.json that for
    workspaces only has the packages that the builder comes preinstalled with
    and packages/projects/projects/*. This ensures that all projects'
    dependencies are installed, all necessary packages for running the builder
    stay installed, and packages that are not necessary for root builder tasks
    are not installed unnecessarily.
    
    Dockerfile-root runs npm install; this had been commented out for testing
    purposes and mistakenly not uncommented.
    barankyle committed May 18, 2023
    Configuration menu
    Copy the full SHA
    345779d View commit details
    Browse the repository at this point in the history