Skip to content

Commit

Permalink
refactor: path.resolve calls
Browse files Browse the repository at this point in the history
Co-authored-by: James George <jamesgeorge998001@gmail.com>
  • Loading branch information
snitin315 and jamesgeorge007 committed Nov 8, 2020
1 parent 1b002ee commit 867a8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/webpack.js
Expand Up @@ -82,7 +82,7 @@ if (!cli.installed) {

console.error(notify);

const isNpm = fs.existsSync(path.resolve(process.cwd(), "package-lock.json"));
const isNpm = fs.existsSync(path.resolve("package-lock.json"));

let isYarn = false;

Expand Down

0 comments on commit 867a8c9

Please sign in to comment.