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.
install-sentry-from-branch
1 parent b4d0f2e commit 3fbcc37Copy full SHA for 3fbcc37
packages/nextjs/vercel/install-sentry-from-branch.sh
@@ -27,6 +27,8 @@ yarn --prod false
27
28
echo " "
29
echo "BUILDING SDK"
30
+# Types are required for any type of build to succeed
31
+yarn build:types
32
# We need to build es5 versions because `next.config.js` calls `require` on the SDK (to get `withSentryConfig`) and
33
# therefore it looks for `cjs/index.js`
34
yarn build:cjs
0 commit comments