Skip to content

Commit 4ec0304

Browse files
committed
test
1 parent cc67a6e commit 4ec0304

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/integration-tests/utils/local-registry.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ function startLocalRegistry {
99
# Start local registry
1010
tmp_registry_log=`mktemp`
1111
echo "Registry output file: $tmp_registry_log"
12-
(cd && nohup npx verdaccio@~5.1.2 -c $1 &>$tmp_registry_log &)
13-
YARN_IGNORE_PATH=1 yarn global add verdaccio-memory@~10.0.0
12+
(cd && nohup npx verdaccio@~5.13.1 -c $1 &>$tmp_registry_log &)
1413
# Wait for Verdaccio to boot
1514
grep -q "http address" <(tail -f $tmp_registry_log)
1615

0 commit comments

Comments
 (0)