Skip to content

Commit 803de76

Browse files
committed
include website in update-release-branch
1 parent 759cb8c commit 803de76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/update-release-branch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ update_dep() {
2626
# https://stackoverflow.com/questions/4321456/find-exec-a-shell-function-in-linux
2727
export -f update_dep
2828
find examples/*/package.json -exec bash -c 'update_dep "$0" $1' {} $VERSION \;
29+
find examples/*/*/package.json -exec bash -c 'update_dep "$0" $1' {} $VERSION \;

0 commit comments

Comments
 (0)