Skip to content

Commit 9322427

Browse files
committed
Replaced local bump-utils.mjs import w/ remote one ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent 0781b88 commit 9322427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
fs.writeFileSync(cache.paths.bumpUtils, (await (await fetch(
2222
'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@latest/utils/bump/bump-utils.min.mjs')).text()
2323
).replace(/^\/\*\*[\s\S]*?\*\/\s*/, '')) // strip JSD header minification comment
24-
const bump = await import('../../../utils/bump/bump-utils.mjs')
24+
const bump = await import(`file://${cache.paths.bumpUtils}`) ; fs.unlinkSync(cache.paths.bumpUtils)
2525

2626
// Parse ARGS
2727
const args = process.argv.slice(2),

0 commit comments

Comments
 (0)