We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc67a6e commit 4ec0304Copy full SHA for 4ec0304
1 file changed
scripts/integration-tests/utils/local-registry.sh
@@ -9,8 +9,7 @@ function startLocalRegistry {
9
# Start local registry
10
tmp_registry_log=`mktemp`
11
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
+ (cd && nohup npx verdaccio@~5.13.1 -c $1 &>$tmp_registry_log &)
14
# Wait for Verdaccio to boot
15
grep -q "http address" <(tail -f $tmp_registry_log)
16
0 commit comments