Skip to content

Commit f92d4b7

Browse files
authored
fix/fix git add CLI command
1 parent 69f9f50 commit f92d4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/storyblok/CLI/sb.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const main = async () => {
165165
return contentJson;
166166
});
167167

168-
execSync("git add . && git commit -m 'Cleanup' && git push", {
168+
execSync("git add -A && git commit -m 'Cleanup' && git push", {
169169
stdio: "ignore",
170170
});
171171

0 commit comments

Comments
 (0)