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 0875a4c commit 9f763b2Copy full SHA for 9f763b2
test/test-cli.js
@@ -7,7 +7,7 @@ const readPkg = require('read-pkg')
7
const copy = require('cpy')
8
const tempfile = require('tempfile')
9
10
-const cli = path.resolve('cli.js')
+const cli = path.resolve('src/cli.js')
11
12
function read (pathFile) {
13
return new Promise((resolve, reject) => {
0 commit comments