Skip to content

Commit

Permalink
Merge pull request #4506 from vdegenne:wireit-catalog-noloop
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544155925
  • Loading branch information
copybara-github committed Jun 28, 2023
2 parents 826262f + 2ff7216 commit 8270da2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@
]
},
"build:sass": {
"command": "sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -v node_modules)",
"command": "sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -vE 'node_modules|catalog')",
"files": [
"**/*.scss"
"**/*.scss",
"!catalog"
],
"output": [
"**/*.css",
Expand Down

0 comments on commit 8270da2

Please sign in to comment.