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 759cb8c commit 803de76Copy full SHA for 803de76
scripts/update-release-branch.sh
@@ -26,3 +26,4 @@ update_dep() {
26
# https://stackoverflow.com/questions/4321456/find-exec-a-shell-function-in-linux
27
export -f update_dep
28
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