gatsby develop
falsly detects incomplete cache
#27641
Labels
type: bug
An issue or pull request relating to a bug in Gatsby
Description
This issue appeared sometime after version
2.24.79
I'm currently using the following scripts to remove the
.cache
andpublic
directory before running/building gatsby:On the latest version
2.24.85
it logs that there is a.cache
directory when runningyarn develop
, even though there hasn't been one:Steps to reproduce
yarn develop
Repository: https://github.com/BitPatty/gatsby-issue-27641
Expected result
Gatsby doesn't detect the
.cache
directory, since it doesn't exist.Actual result
Gatsby detects a
.cache
directory.Environment
The text was updated successfully, but these errors were encountered: