Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ca65ef3a6d..393e4dea1f 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,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 --style=compressed && yarn run css-prefix && yarn run css-rtl && 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",