🚨(lint) update file for prettier 3.0.0
Prettier 3.0.0 comes with new standards so we need to upgrade our files to comply with it.
This commit is contained in:
@@ -8,7 +8,7 @@ import path from "path";
|
||||
*/
|
||||
export const buildTheme = (debug?: boolean) => {
|
||||
const child = child_process.exec(
|
||||
"cd " + path.join(__dirname, "..", "..") + " && yarn build-theme"
|
||||
"cd " + path.join(__dirname, "..", "..") + " && yarn build-theme",
|
||||
);
|
||||
return new Promise<void>((resolve) => {
|
||||
child.stdout?.on("data", (data) => {
|
||||
|
||||
Reference in New Issue
Block a user