Skip to content

Commit

Permalink
Install verdaccio with yarn again
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jul 29, 2021
1 parent ac692ad commit b564ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration-tests/utils/local-registry.sh
Expand Up @@ -10,7 +10,7 @@ function startLocalRegistry {
tmp_registry_log=`mktemp`
echo "Registry output file: $tmp_registry_log"
(cd && nohup npx ${VERDACCIO_PACKAGE:-$default_verdaccio_package} -c $1 &>$tmp_registry_log &)
npm install --global verdaccio-memory@~9.7.2
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 b564ad0

Please sign in to comment.