Merge branch 'QA_5_1'

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2021-06-19 16:12:41 -03:00
commit f3ef57fac4
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -57,7 +57,7 @@
},
"scripts": {
"postinstall": "yarn run build",
"build": "yarn run css-compile --style=compressed && yarn run css-rtl && yarn run css-prefix && yarn run js-compile",
"build": "yarn run css-compile --quiet --style=compressed && yarn run css-rtl && yarn run css-prefix && 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 setup/scss:setup",
"css-lint": "stylelint -s scss \"themes/**/scss/*.scss\" \"setup/scss/*.scss\"",
"css-prefix": "postcss themes/*/css/*.css setup/styles.css --use autoprefixer --replace",