Skip to content

Commit ea7b9cb

Browse files
author
William Monk
committed
Update Verdaccio Again
1 parent eb1533d commit ea7b9cb

File tree

4 files changed

+1
-224
lines changed

4 files changed

+1
-224
lines changed

packages/react-dev-utils/package.json

-67
This file was deleted.

packages/react-error-overlay/package.json

-82
This file was deleted.

packages/react-scripts/package.json

-74
This file was deleted.

tasks/e2e-simple.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ yarn
7373

7474
# Start local registry
7575
tmp_registry_log=`mktemp`
76-
nohup npx verdaccio@3.2.0 -c tasks/verdaccio.yaml &>$tmp_registry_log &
76+
nohup npx verdaccio@3.7.1 -c tasks/verdaccio.yaml &>$tmp_registry_log &
7777
# Wait for `verdaccio` to boot
7878
grep -q 'http address' <(tail -f $tmp_registry_log)
7979

0 commit comments

Comments
 (0)