Skip to content

Commit e080340

Browse files
committed
Fixing a typo in the tests.
1 parent 3f8486f commit e080340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/lib/commands/upgrade.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const command: UpgradeCommandType = {
4949
if (success && !argv.skipInstall) {
5050
Util.log("Installing npm packages.");
5151
try {
52-
Util.execSync("npm install -- force --quiet");
52+
Util.execSync("npm install --force --quiet");
5353
Util.log("npm packages installed.");
5454
} catch (error) {
5555
Util.error(`Error installing npm packages.`);

0 commit comments

Comments
 (0)