Skip to content

Commit

Permalink
Chore: Remove NPM install from release/publish scripts (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Nov 27, 2017
1 parent 4dab273 commit 48822c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ reset_to_master() {

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

install_dependencies() {
Expand Down

0 comments on commit 48822c4

Please sign in to comment.