From 2ff72162d74097964e08ed66d86556e657ebb2a9 Mon Sep 17 00:00:00 2001 From: Valentin Degenne Date: Wed, 28 Jun 2023 21:03:21 +0200 Subject: [PATCH] cleaner version of grep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13ed214c78..7ce0ed02af 100644 --- a/package.json +++ b/package.json @@ -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"