Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 11, 2021
1 parent 2a6ba11 commit d881968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/integration-tests/e2e-babel.sh
Expand Up @@ -28,6 +28,7 @@ fi
startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml

npm view @babel/preset-flow
npm view @babel/preset-flow versions

# 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
Expand Down
4 changes: 2 additions & 2 deletions scripts/integration-tests/utils/local-registry.sh
Expand Up @@ -9,8 +9,8 @@ function startLocalRegistry {
# Start local registry
tmp_registry_log=`mktemp`
echo "Registry output file: $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
(cd && nohup npx verdaccio@~5.1.2 -c $1 &>$tmp_registry_log &)
YARN_IGNORE_PATH=1 yarn global add verdaccio-memory@~10.0.0
# Wait for Verdaccio to boot
grep -q "http address" <(tail -f $tmp_registry_log)

Expand Down

0 comments on commit d881968

Please sign in to comment.