Skip to content

Commit b83ffa7

Browse files
committed
1 parent a582b42 commit b83ffa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
let bump
2929
if (config.devMode) // bypass cache for latest bump-utils.mjs
3030
bump = await import('./bump-utils.mjs')
31-
else { // import sparsely updated remote bump-utils.min.mjs
31+
else { // import remote bump-utils.min.mjs updated every ~12h
3232
fs.mkdirSync(path.dirname(cachePaths.bumpUtils), { recursive: true })
3333
fs.writeFileSync(cachePaths.bumpUtils, (await (await fetch(
3434
'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@latest/utils/bump/bump-utils.min.mjs')).text()))

0 commit comments

Comments
 (0)