fix mermaid initialization

This commit is contained in:
Jacky Zhao 2023-08-04 22:35:21 -07:00
parent 21a7ec2307
commit 9e76b257d4
3 changed files with 9 additions and 3 deletions

View file

@ -121,7 +121,7 @@ async function popContentFolder(contentFolder) {
}
function gitPull(origin, branch) {
const flags = ["-s", "recursive", "-X", "ours"]
const flags = ["-s", "recursive", "-X", "ours", "--no-edit"]
spawnSync("git", ["pull", ...flags, origin, branch], { stdio: "inherit" })
}
@ -334,7 +334,6 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.
sourcefile,
},
write: false,
minify: true,
bundle: true,
platform: "browser",
format: "esm",