We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf0303 commit 4ee33b3Copy full SHA for 4ee33b3
scripts/publish.sh
@@ -26,6 +26,7 @@ publish_forge_pkg() {
26
current_branch=$(git branch --show-current)
27
28
git checkout -b "$pkg"
29
+ git status
30
git pull --rebase origin "$pkg"
31
clean "$pkg"
32
mv "packages/$pkg"/src .
0 commit comments