aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b52ba22f..4c9a9c83 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
3 3
4BIN = vendor/bin 4BIN = vendor/bin
5 5
6all: static_analysis_summary check_permissions test 6all: check_permissions test
7 7
8## 8##
9# Docker test adapter 9# Docker test adapter
@@ -174,4 +174,4 @@ eslint:
174 174
175### Run CSSLint check against Shaarli's SCSS files 175### Run CSSLint check against Shaarli's SCSS files
176sasslint: 176sasslint:
177 @yarn run sass-lint -c .dev/.sasslintrc 'assets/default/scss/*.scss' -v -q 177 @yarn run stylelint --config .dev/.stylelintrc.js 'assets/default/scss/*.scss'