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 3b8ce29 commit 0ef37b4Copy full SHA for 0ef37b4
internal/documentation/scripts/downloadPackages.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
4
# Constants
5
-readonly UI5_CLI_PACKAGES_VERSION="latest"
+readonly UI5_CLI_PACKAGES_VERSION="next"
6
readonly UI5_CLI_PACKAGES=($(find ../../packages/*/package.json -exec jq -r '.name' {} \;))
7
8
# Directories
0 commit comments