summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-04-05 15:42:17 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-04-05 15:42:17 +0100
commitd8806eef767644318de320b3f312e8a9a3de1b4f (patch)
tree176ff43ba62b3e166f9a5c9e3964f4580e120280
parentf802aef98386161f2ddefd1e6fd76edb3ccf6cf4 (diff)
downloadgitlab-ce-10938-fix-styleline.tar.gz
Adds EE folder in the stylelint command10938-fix-styleline
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a2d96cc551a..5a940ded7ba 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"prettier-staged-save": "node ./scripts/frontend/prettier.js save",
"prettier-all": "node ./scripts/frontend/prettier.js check-all",
"prettier-all-save": "node ./scripts/frontend/prettier.js save-all",
- "stylelint": "node node_modules/stylelint/bin/stylelint.js app/assets/stylesheets/**/*.* --custom-formatter node_modules/stylelint-error-string-formatter",
+ "stylelint": "node node_modules/stylelint/bin/stylelint.js app/assets/stylesheets/**/*.* ee/app/assets/stylesheets/**/*.* --custom-formatter node_modules/stylelint-error-string-formatter",
"stylelint-file": "node node_modules/stylelint/bin/stylelint.js",
"stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js",
"test": "yarn jest && yarn karma",