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 2558977 commit 5af6883Copy full SHA for 5af6883
scripts/build.mjs
@@ -25,7 +25,7 @@ const buildDir = "build";
25
const isPreRelease = version.includes("-");
26
27
// If it is a pre-release, use update-beta.json
28
-config.updateURL = isPreRelease ? config.updateJSONBeta : config.updateBetaJSON;
+config.updateURL = isPreRelease ? config.updateBetaJSON : config.updateJSON;
29
30
const updateJSONFile = isPreRelease ? "update-beta.json" : "update.json";
31
const updateLink = isPreRelease
0 commit comments