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 510e49c commit 9c1e072Copy full SHA for 9c1e072
1 file changed
utils/bump/resources.js
@@ -22,6 +22,7 @@
22
'https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@latest/utils/bump/bump-utils.min.mjs')).text()
23
).replace(/^\/\*\*[\s\S]*?\*\/\s*/, '')) // strip JSD header minification comment
24
const bump = await import(`file://${cache.paths.bumpUtils}`)
25
+ fs.unlinkSync(cache.paths.bumpUtils)
26
27
// Init REGEX
28
const regEx = {
0 commit comments