Skip to content

Commit

Permalink
Chore: Do not clear out node_modules on when publishing npm package (#30
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pramodsum committed Nov 14, 2017
1 parent d90e72c commit 08c180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ publish_to_npm() {

# Remove old local tags in case a build failed
git fetch --prune release '+refs/tags/*:refs/tags/*' || exit 1
git clean -fdX || exit 1
git clean -fd || exit 1

if [[ $(git status --porcelain 2>/dev/null| grep "^??") != "" ]] ; then
echo "----------------------------------------------------"
Expand Down

0 comments on commit 08c180d

Please sign in to comment.