Skip to content

Commit a1fa015

Browse files
committed
build: Rebuild lockfile / Use 'next' tag for package download
1 parent 037e9e0 commit a1fa015

2 files changed

Lines changed: 8039 additions & 8918 deletions

File tree

internal/documentation/scripts/downloadPackages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
# Constants
5-
readonly UI5_CLI_PACKAGES_VERSION="latest"
5+
readonly UI5_CLI_PACKAGES_VERSION="next"
66
readonly UI5_CLI_PACKAGES=($(find ../../packages/*/package.json -exec jq -r '.name' {} \;))
77

88
# Directories

0 commit comments

Comments
 (0)