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 fa37fe1 commit 926f23cCopy full SHA for 926f23c
scripts/cli-integration-test.js
@@ -8,7 +8,7 @@ function main() {
8
writeFileSync(targetFilePath, `function hello() { debugger; }`);
9
10
execSync(
11
- `npx --yes @hypermod/cli@latest --packages javascript#remove-debugger ${targetFilePath}`,
+ `npx --yes @hypermod/cli@latest --packages javascript#remove-debugger --verbose ${targetFilePath}`,
12
{ stdio: 'inherit' },
13
);
14
@@ -33,7 +33,7 @@ function main() {
33
34
35
36
- `npx --yes @hypermod/cli@latest --packages javascript#remove-unused-vars --experimental-loader ${targetFilePath}`,
+ `npx --yes @hypermod/cli@latest --packages javascript#remove-unused-vars --experimental-loader --verbose ${targetFilePath}`,
37
38
39
0 commit comments