Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 11, 2021
1 parent 3423af6 commit 2a6ba11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scripts/integration-tests/e2e-babel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ if [ "$BABEL_8_BREAKING" = true ] ; then
fi

startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml

npm view @babel/preset-flow

# We only bump dependencies in the top-level package.json, because workspaces
# already use the workspace: protocol so will get the version in the monorepo
# and not from npm.
Expand Down
2 changes: 1 addition & 1 deletion scripts/integration-tests/utils/local-registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function startLocalRegistry {
# Start local registry
tmp_registry_log=`mktemp`
echo "Registry output file: $tmp_registry_log"
(cd && nohup npx ${VERDACCIO_PACKAGE:-$default_verdaccio_package} -c $1 &>$tmp_registry_log &)
(cd && nohup npx verdaccio@~4.11.1 -c $1 &>$tmp_registry_log &)
YARN_IGNORE_PATH=1 yarn global add verdaccio-memory@~9.7.2
# Wait for Verdaccio to boot
grep -q "http address" <(tail -f $tmp_registry_log)
Expand Down

0 comments on commit 2a6ba11

Please sign in to comment.