Skip to content

Commit

Permalink
fix/fix git add CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog authored Jan 16, 2025
1 parent 69f9f50 commit f92d4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storyblok/CLI/sb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});

Expand Down

0 comments on commit f92d4b7

Please sign in to comment.