Browse Source

update turbo.json for @growi.app#dev:styles-prebuilt

Yuki Takei 3 years ago
parent
commit
d65ffee833
1 changed files with 2 additions and 1 deletions
  1. 2 1
      turbo.json

+ 2 - 1
turbo.json

@@ -76,7 +76,8 @@
     "@growi/app#dev:styles-prebuilt": {
       "outputs": ["src/styles/prebuilt/**"],
       "inputs": [
-        "src/styles/**/*.scss"
+        "src/styles/**/*.scss",
+        "!src/styles/prebuilt/**"
       ],
       "outputMode": "new-only"
     },