Browse Source

Remove unnecessary dependency on bundlewatch in turbo configuration

codecalm 7 months ago
parent
commit
f8a7a13f6b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      turbo.json

+ 0 - 1
turbo.json

@@ -21,7 +21,6 @@
     },
     "bundlewatch": {
       "dependsOn": [
-        "^bundlewatch",
         "^build"
       ]
     }