Skip to content

Commit

Permalink
update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Nov 14, 2023
1 parent a87b8b5 commit e5fa035
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ if [[ $(git status -s) ]]; then
echo
fi

ps | grep "webpack" | grep -v grep | awk '{print $1}' | xargs kill

echo "Choose type of release:"
echo
echo " 1) Patch (default)"
Expand Down

0 comments on commit e5fa035

Please sign in to comment.