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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-17 23:35:32 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-18 21:38:21 +0300
commit4e8dc1c3124fa8d687eab4c98339902393cf4f91 (patch)
treeaa6699854486d28862e51f64751a82b2ef929e18
parent109ebd8644261b0a5548ab8032107e98637efd84 (diff)
Cache Stylelint.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 14b3894..21f4322 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
},
"scripts": {
"mocha": "mocha",
- "stylelint": "stylelint **/*.less **/*.scss **/*.sass",
+ "stylelint": "stylelint **/*.less **/*.scss **/*.sass --cache --cache-location node_modules/.cache/stylelint",
"xo": "xo",
"lint": "npm-run-all --parallel xo stylelint",
"test": "npm run lint && npm run mocha",