Skip to content

Commit 597ed4a

Browse files
authored
fix(nextjs): Fix getting sibling package names when testing branch on Vercel (#4045)
1 parent b09169e commit 597ed4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/vercel/install-sentry-from-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PACKAGES_DIR="$REPO_DIR/packages"
4343
# Escape all of the slashes in the path for use in sed
4444
ESCAPED_PACKAGES_DIR=$(echo $PACKAGES_DIR | sed s/'\/'/'\\\/'/g)
4545

46-
PACKAGE_NAMES=$(ls PACKAGES_DIR)
46+
PACKAGE_NAMES=$(ls $PACKAGES_DIR)
4747

4848
# Modify each package's package.json file by searching in it for sentry dependencies from the monorepo and, for each
4949
# sibling dependency found, replacing the version number with a file dependency pointing to the sibling itself (so

0 commit comments

Comments
 (0)