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.
userJSpaths.json
user-js-paths.json
1 parent 6c573b8 commit 6d25046Copy full SHA for 6d25046
1 file changed
utils/bump/resources.js
@@ -15,7 +15,7 @@
15
// Init CACHE vars
16
const cache = { mode: process.argv.includes('--cache'), paths: { root: '.cache/' }}
17
cache.paths.bumpUtils = path.join(__dirname, `${cache.paths.root}bump-utils.min.mjs`)
18
- cache.paths.userJSpaths = path.join(__dirname, `${cache.paths.root}userJSpaths.json`)
+ cache.paths.userJSpaths = path.join(__dirname, `${cache.paths.root}user-js-paths.json`)
19
20
// Import BUMP UTILS
21
fs.mkdirSync(path.dirname(cache.paths.bumpUtils), { recursive: true })
0 commit comments