Skip to content

Commit

Permalink
Release 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Aug 19, 2020
1 parent 17d78c0 commit cfb9718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nrwl/nx-source",
"version": "9.5.1",
"version": "9.6.0",
"description": "Extensible Dev Tools for Monorepos",
"homepage": "https://nx.dev",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ do

PACKAGE_NAME=`node -e "console.log(require('./package.json').name)"`

echo "Publishing ${PACKAGE_NAME}@${VERSION} --tag ${TAG}"
echo "Publishing ${PACKAGE_NAME}@${VERSION}"

if [ "$LOCALBUILD" = "--local" ]; then
npm publish --tag $TAG --access public --registry=NPM_REGISTRY
npm publish --access public --registry=NPM_REGISTRY
else
npm publish --tag $TAG --access public
npm publish --access public
fi

cd $ORIG_DIRECTORY
Expand Down

0 comments on commit cfb9718

Please sign in to comment.