diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index bb89cd009..60f32e969 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,8 @@ "dist/{css,js}/*.{css,js,map}", "js/{src,dist}/**/*.{js,map}", "js/index.{esm,umd}.js", - "scss/**/*.scss" + "scss/**/*.scss", + "!scss/tests/**" ], "hugo-bin": { "buildTags": "extended" |
