ci: splitter fix try 3

This commit is contained in:
Cynthia Foxwell 2022-10-18 21:27:18 -06:00
parent ab20900d3e
commit 3b1fef49f6
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ try {
}
files["base"] = cssUnixEndings.match(
/\/\* BASE THEME START\*\/(.*?)\/\* BASE THEME END \*\//s
/\/\* BASE THEME START \*\/(.*?)\/\* BASE THEME END \*\//s
)[1];
for (const key of Object.keys(parsed.metadata.vars)) {