diff options
| author | XhmikosR <[email protected]> | 2022-12-25 12:42:23 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-25 12:42:23 +0200 |
| commit | fa37da4d44d23e324b6df7aaaa1fb66fca225ab4 (patch) | |
| tree | 881bbc0470455d354224b02cc19a3aa139bcedf6 /package.json | |
| parent | 8ba98bc9f09d0abd69044a20f5505f485096ae6e (diff) | |
| download | bootstrap-fa37da4d44d23e324b6df7aaaa1fb66fca225ab4.tar.xz bootstrap-fa37da4d44d23e324b6df7aaaa1fb66fca225ab4.zip | |
package.json: exclude scss test files (#37712)
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" |
