@betterstart/cli 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -14310,7 +14310,7 @@ var updateStylesCommand = new Command5("update-styles").description("Replace cms
14310
14310
  clack2.intro("BetterStart Update Styles");
14311
14311
  const config = await resolveConfig(cwd);
14312
14312
  const cmsDir = config.paths?.cms ?? "./cms";
14313
- const targetPath = path39.join(cwd, cmsDir, "components", "cms-globals.css");
14313
+ const targetPath = path39.join(cwd, cmsDir, "cms-globals.css");
14314
14314
  if (!fs34.existsSync(targetPath)) {
14315
14315
  clack2.cancel(`cms-globals.css not found at ${path39.relative(cwd, targetPath)}`);
14316
14316
  process.exit(1);