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 037e9e0 commit a1fa015Copy full SHA for a1fa015
2 files changed
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