Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Remove extra cd js (openethereum#3177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Nov 4, 2016
1 parent bf94a5b commit 6667373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ if [ "$BRANCH" == "master" ]; then
npm version patch

echo "*** Building packages for npmjs"
cd js
# echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
echo "$NPM_TOKEN" >> ~/.npmrc
npm run ci:build:npm
Expand Down

0 comments on commit 6667373

Please sign in to comment.