@nomad-e/bluma-cli 0.0.28 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3014,7 +3014,7 @@ async function checkForUpdates() {
|
|
|
3014
3014
|
const isCI = Boolean(process.env.CI);
|
|
3015
3015
|
const isNoCache = process.env.BLUMA_UPDATE_NO_CACHE === "1";
|
|
3016
3016
|
const isDev = process.env.NODE_ENV !== "production";
|
|
3017
|
-
const updateCheckInterval =
|
|
3017
|
+
const updateCheckInterval = 0;
|
|
3018
3018
|
const notifier = updateNotifier({
|
|
3019
3019
|
pkg: { name: pkg.name, version: pkg.version },
|
|
3020
3020
|
updateCheckInterval,
|