We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2228bbb commit b641bc9Copy full SHA for b641bc9
packages/cli/test/functional/updatetest.ts
@@ -13,7 +13,7 @@ import {
13
} from './testSites.js';
14
15
const __dirname = path.dirname(fileURLToPath(import.meta.url));
16
-const CLI_PATH = path.resolve(__dirname, '../../dist/index');
+const CLI_PATH = path.resolve(__dirname, '../../index');
17
18
/* eslint-disable no-console */
19
function printFailedMessage(err: string, siteName: string) {
0 commit comments