We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1507e commit 2ff7216Copy full SHA for 2ff7216
package.json
@@ -98,7 +98,7 @@
98
]
99
},
100
"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)",
+ "command": "sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -vE 'node_modules|catalog')",
102
"files": [
103
"**/*.scss",
104
"!catalog"
0 commit comments