diff --git a/apps/storyblok/CLI/sb.mjs b/apps/storyblok/CLI/sb.mjs index 211127b..3ceb482 100644 --- a/apps/storyblok/CLI/sb.mjs +++ b/apps/storyblok/CLI/sb.mjs @@ -165,7 +165,7 @@ const main = async () => { return contentJson; }); - execSync("git add . && git commit -m 'Cleanup' && git push", { + execSync("git add -A && git commit -m 'Cleanup' && git push", { stdio: "ignore", });