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

fix(core): always use environment variable for cache directory #6746

Commits on Aug 17, 2021

  1. fix(core): always use environment variable for cache directory

    In 6c16ee0 the environment variable was used
    while reading from `nx.json`. But in `packages/workspace/src/tasks-runner/cache.ts`
    the `cacheDirectory` is used without using `readCacheDirectoryProperty`. Now we
    check the environment variable in `cacheDirectory`, so that the environment
    variable is always used.
    
    ISSUES CLOSED: nrwl#6629
    shihabuddin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ec9cd44 View commit details
    Browse the repository at this point in the history