package.json: exclude scss test files (#37712)

This commit is contained in:
XhmikosR 2022-12-25 12:42:23 +02:00 committed by GitHub
parent 8ba98bc9f0
commit fa37da4d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@
"dist/{css,js}/*.{css,js,map}", "dist/{css,js}/*.{css,js,map}",
"js/{src,dist}/**/*.{js,map}", "js/{src,dist}/**/*.{js,map}",
"js/index.{esm,umd}.js", "js/index.{esm,umd}.js",
"scss/**/*.scss" "scss/**/*.scss",
"!scss/tests/**"
], ],
"hugo-bin": { "hugo-bin": {
"buildTags": "extended" "buildTags": "extended"