aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1cb5be181..53e07a72b 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,7 @@
70 }, 70 },
71 "lint-staged": { 71 "lint-staged": {
72 "*.scss": [ 72 "*.scss": [
73 "sass-lint -c .sass-lint.yml", 73 "sass-lint -c client/.sass-lint.yml",
74 "git add" 74 "git add"
75 ] 75 ]
76 }, 76 },