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 b09169e commit 597ed4aCopy full SHA for 597ed4a
packages/nextjs/vercel/install-sentry-from-branch.sh
@@ -43,7 +43,7 @@ PACKAGES_DIR="$REPO_DIR/packages"
43
# Escape all of the slashes in the path for use in sed
44
ESCAPED_PACKAGES_DIR=$(echo $PACKAGES_DIR | sed s/'\/'/'\\\/'/g)
45
46
-PACKAGE_NAMES=$(ls PACKAGES_DIR)
+PACKAGE_NAMES=$(ls $PACKAGES_DIR)
47
48
# Modify each package's package.json file by searching in it for sentry dependencies from the monorepo and, for each
49
# sibling dependency found, replacing the version number with a file dependency pointing to the sibling itself (so
0 commit comments