Skip to content

Commit

Permalink
style: fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Aug 21, 2023
1 parent 1be1d82 commit f60799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/lib/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const findYarnLock = (base, rootDirectory) => {

module.exports = (cwd = process.cwd()) => {
const base = path.resolve(cwd)
const rootDirectory = path.parse(cwd).root;
const rootDirectory = path.parse(cwd).root
const paths = {
babelConfig: path.join(__dirname, '../../config/babel.config.js'),
configDefaultsApp: path.join(
Expand Down

0 comments on commit f60799a

Please sign in to comment.