Abhinav 3 anni fa
parent
commit
2042b1ac39
1 ha cambiato i file con 6 aggiunte e 7 eliminazioni
  1. 6 7
      next.config.js

+ 6 - 7
next.config.js

@@ -60,11 +60,10 @@ module.exports = (phase) =>
                         return config;
                     },
                 })
-            ),
-            {
-                release: GIT_SHA,
-                dryRun:
-                    phase === PHASE_DEVELOPMENT_SERVER || !IS_SENTRY_ENABLED,
-            }
-        )
+            )
+        ),
+        {
+            release: GIT_SHA,
+            dryRun: phase === PHASE_DEVELOPMENT_SERVER || !IS_SENTRY_ENABLED,
+        }
     );