summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-09-06 00:53:04 +0000
committerGo MAEDA <maeda@farend.jp>2024-09-06 00:53:04 +0000
commitd06e63cd96e0ef9a5d72445b4a6f5b0e3d711651 (patch)
tree581eed0df8d3a0726110a307cdf781dfec7edbf5 /doc
parentcc50cfc3248869ead8fe1100cb0e897d5a1d618c (diff)
downloadredmine-d06e63cd96e0ef9a5d72445b4a6f5b0e3d711651.tar.gz
redmine-d06e63cd96e0ef9a5d72445b4a6f5b0e3d711651.zip
Update Stylelint usage in doc/RUNNING_TESTS (#39111).
The path to stylesheets was updated to app/assets/stylesheets in r22696 due to the introduction of Propshaft. git-svn-id: https://svn.redmine.org/redmine/trunk@23025 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r--doc/RUNNING_TESTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/RUNNING_TESTS b/doc/RUNNING_TESTS
index fa4737e11..f51bbf081 100644
--- a/doc/RUNNING_TESTS
+++ b/doc/RUNNING_TESTS
@@ -106,4 +106,4 @@ Install Stylelint:
`yarn install`
You can run Stylelint with:
-`node_modules/.bin/stylelint "public/stylesheets/**/*.css"`
+`node_modules/.bin/stylelint "app/assets/stylesheets/**/*.css"`