Skip to content

Commit f4b3849

Browse files
committed
fix: update next target in Makefile to include pull and clean commands
1 parent 94b2490 commit f4b3849

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ next:
3333
git pull origin main
3434
git checkout main
3535
git merge next
36-
git push -u origin main
36+
git push -u origin main
37+
git pull
38+
make clean

0 commit comments

Comments
 (0)