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

View File

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