Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Back to real root (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored and arkpar committed Nov 4, 2016
1 parent 91be97a commit f5f3186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f5f3186

Please sign in to comment.