Skip to content

Commit

Permalink
Add git clean to update-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeradrutnam committed Dec 17, 2019
1 parent aa65480 commit e3b28bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/update-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,7 @@ if (args.jenkins){
git.add(filePath);
}
});

git.clean("f");
});
}

0 comments on commit e3b28bd

Please sign in to comment.