79402498

Date: 2025-01-31 10:51:52
Score: 1
Natty:
Report link

In my case, I was using turborepo, and I forgot to add the build folder of a library in the outputs options of build

"tasks": {
    "build": {
      "dependsOn": ["^build"],
      "outputs": ["dist/**", ".next/**", "!.next/cache/**"]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shahil Yadav