Skip to content

Commit

Permalink
fix prepare step error
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored Aug 28, 2021
1 parent c56d939 commit f297950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/prepare-customization.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ function writeStyleOverwrite() {
${readContent}
`,
prettierOptions
{...prettierOptions,
parser: "css"}
);

writeFileSync(styleFilePath, fileContent);
Expand Down

0 comments on commit f297950

Please sign in to comment.