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 c389792 commit f0949a5Copy full SHA for f0949a5
utils/bump/extension-manifests.js
@@ -20,7 +20,7 @@
20
path = require('path'),
21
{ execSync, spawnSync } = require('child_process')
22
23
- // Init CACHE vars
+ // Init CACHE paths
24
const cachePaths = { root: '.cache/' }
25
cachePaths.bumpUtils = path.join(__dirname, `${cachePaths.root}bump-utils.min.mjs`)
26
0 commit comments