Jacky Zhao
2023-08-03 de72dd4e4af550cd72847d7cc0924a5859edb9e1
format
1 files modified
8 ■■■■ changed files
quartz/bootstrap-cli.mjs 8 ●●●● patch | view | raw | blame | history
quartz/bootstrap-cli.mjs
@@ -247,7 +247,9 @@
    console.log(
      "Pulling updates... you may need to resolve some `git` conflicts if you've made changes to components or plugins.",
    )
    spawnSync("git", ["pull", "--rebase", "--autostash", UPSTREAM_NAME, QUARTZ_SOURCE_BRANCH], { stdio: "inherit" })
    spawnSync("git", ["pull", "--rebase", "--autostash", UPSTREAM_NAME, QUARTZ_SOURCE_BRANCH], {
      stdio: "inherit",
    })
    await popContentFolder(contentFolder)
    console.log("Ensuring dependencies are up to date")
    spawnSync("npm", ["i"], { stdio: "inherit" })
@@ -272,7 +274,9 @@
      console.log(
        "Pulling updates from your repository. You may need to resolve some `git` conflicts if you've made changes to components or plugins.",
      )
      spawnSync("git", ["pull", "--rebase", "--autostash", "origin", QUARTZ_SOURCE_BRANCH], { stdio: "inherit" })
      spawnSync("git", ["pull", "--rebase", "--autostash", "origin", QUARTZ_SOURCE_BRANCH], {
        stdio: "inherit",
      })
    }
    await popContentFolder(contentFolder)