Skip to content

Commit 2ff7216

Browse files
authored
cleaner version of grep
1 parent 8b1507e commit 2ff7216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
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 | grep -v catalog)",
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": [
103103
"**/*.scss",
104104
"!catalog"

0 commit comments

Comments
 (0)