Skip to content

Commit

Permalink
scripts: Pause release script between npmjs.org and testnet registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Dec 19, 2020
1 parent 7fef37b commit dae0a90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ rm -rf node_modules packages/*/node_modules
yarn --registry https://registry.npmjs.org/
lerna publish "$VERSION"

read -n 1 -p "[Press any key to continue releasing to the testnet registry] "

# Publish to testnet NPM registry
git clone git@github.com:graphprotocol/indexer.git /tmp/indexer-release
pushd /tmp/indexer-release
Expand Down

0 comments on commit dae0a90

Please sign in to comment.