Skip to content

Commit

Permalink
chore(internal): minor reformatting of code (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and RobertCraigie committed Aug 23, 2023
1 parent fe4f5d5 commit 4bcaf9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/check-release-environment
Expand Up @@ -18,4 +18,4 @@ if [[ len -gt 0 ]]; then
exit 1
fi

echo "The environment is ready to push releases!"
echo "The environment is ready to push releases!"
2 changes: 1 addition & 1 deletion bin/publish-npm
Expand Up @@ -6,4 +6,4 @@ npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN

yarn build
cd dist
yarn publish --access public
yarn publish --access public

0 comments on commit 4bcaf9e

Please sign in to comment.