Skip to content

Commit 8270da2

Browse files
Merge pull request #4506 from vdegenne:wireit-catalog-noloop
PiperOrigin-RevId: 544155925
2 parents 826262f + 2ff7216 commit 8270da2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@
9898
]
9999
},
100100
"build:sass": {
101-
"command": "sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -v node_modules)",
101+
"command": "sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -vE 'node_modules|catalog')",
102102
"files": [
103-
"**/*.scss"
103+
"**/*.scss",
104+
"!catalog"
104105
],
105106
"output": [
106107
"**/*.css",

0 commit comments

Comments
 (0)