Skip to content

Commit f73bb8a

Browse files
committed
one more debug line
1 parent 818bd5e commit f73bb8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/verdaccio-build-rsp-cra-18.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ echo 'build rsp-cra-18'
3434
# install packages in CRA test app
3535
cd examples/rsp-cra-18
3636
yarn config set npmRegistryServer $registry
37+
38+
echo "Available versions of react-aria-components:" && curl -s "$registry/react-aria-components" | jq -r '.versions | keys[]' 2>/dev/null || curl -s "$registry/react-aria-components" | grep -o '"version":"[^"]*"' | sed 's/"version":"//g' | sed 's/"//g' | sort -V
39+
3740
yarn install --no-immutable
3841
yarn up @adobe/react-spectrum
3942
yarn up @react-aria/dnd

0 commit comments

Comments
 (0)