-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Fixes #4665: set correct cache directory path #4792
Conversation
Codecov Report
@@ Coverage Diff @@
## next #4792 +/- ##
==========================================
- Coverage 35.56% 35.55% -0.02%
==========================================
Files 560 560
Lines 6808 6810 +2
Branches 911 910 -1
==========================================
Hits 2421 2421
- Misses 3911 3914 +3
+ Partials 476 475 -1
Continue to review full report at Codecov.
|
Generated by 🚫 dangerJS |
Thanks @alex-fournier this is perfect! |
Fixes #4665: set correct cache directory path
Issue: #4665
What I did
Use
find-cache-dir
(instead of current directory by default) to setupbasePath
for cache file inbuild-dev
script.This allows to store cache file in
node_modules/.cache
instead of the root folder of the project.