Skip to content

Commit ed11732

Browse files
authored
FIX: use correct frontend path for dir references (#20)
1 parent 335acdf commit ed11732

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.discourse-compatibility

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
< 2025.12.0-latest: 335acdfd7e66fd41d3318c6f233a6547d3e3e058

scripts/extract_app_events.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const stat = promisify(fs.stat);
1616
const GJSPreprocessor = new Preprocessor();
1717

1818
const EXCLUDED_DIR_PATTERNS = [
19-
"/app/assets/javascripts/discourse/tests/",
19+
"/frontend/discourse/tests/",
2020
"/discourse/tmp/",
2121
"node_modules",
2222
"/discourse/dist/",

0 commit comments

Comments
 (0)