Back to real root (#3178)

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

View File

@ -64,7 +64,7 @@ if [ "$BRANCH" == "master" ]; then
echo "*** Publishing $PACKAGE to npmjs"
cd .npmjs
npm publish --access public
cd ..
cd ../..
fi
echo "*** Updating cargo parity-ui-precompiled#$PRECOMPILED_HASH"