Skip to content

Commit

Permalink
Run css-compile in quiet mode for yarn build script
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Jun 19, 2021
1 parent ec6b398 commit 10c029d
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 @@ -56,7 +56,7 @@
},
"scripts": {
"postinstall": "yarn run build",
"build": "yarn run css-compile --style=compressed && yarn run js-compile",
"build": "yarn run css-compile --quiet --style=compressed && yarn run js-compile",
"css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css themes/bootstrap/scss:themes/bootstrap/css",
"css-lint": "stylelint --syntax scss \"themes/**/scss/*.scss\"",
"js-lint": "eslint js/src test/javascript test/jest jest.config.js",
Expand Down

0 comments on commit 10c029d

Please sign in to comment.