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 eee93b0 commit 949f185Copy full SHA for 949f185
bin/index.js
@@ -17,7 +17,7 @@ const resolvedFile = path.resolve(process.cwd(), fileToRun);
17
18
const globalModulePath = execSync('npm root -g', { encoding: 'utf-8' }).trim();
19
20
-const dotScriptPath = path.join(globalModulePath, 'dot-script');
+const dotScriptPath = path.join(globalModulePath, 'dotsscript');
21
22
const nodeProcess = spawn(
23
'node',
0 commit comments