Remove extra cd js (#3177)

This commit is contained in:
Jaco Greeff 2016-11-04 12:45:50 +01:00 committed by GitHub
parent bf94a5b82b
commit 6667373a80
1 changed files with 0 additions and 1 deletions

View File

@ -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