Skip to content

Commit

Permalink
cleaner version of grep
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne authored Jun 28, 2023
1 parent 8b1507e commit 2ff7216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
]
},
"build:sass": {
"command": "sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -v node_modules | grep -v catalog)",
"command": "sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -vE 'node_modules|catalog')",
"files": [
"**/*.scss",
"!catalog"
Expand Down

0 comments on commit 2ff7216

Please sign in to comment.