Skip to content

Commit e61281f

Browse files
committed
fix(template.json): add and commit changed files after pollinating
1 parent 4ec765b commit e61281f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
{ "PROJECT-README": "README.md" },
1818
{ "PROJECT-LICENSE": "LICENSE.md" }
1919
],
20-
"complete": "cd {{ name }} && git remote rename origin skeleton && git checkout -b master"
20+
"complete": "cd {{ name }} && git remote rename origin skeleton && git add . && git commit -n -m 'pollinate project'"
2121
}
2222

0 commit comments

Comments
 (0)