Skip to content

Commit

Permalink
fix: code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jun 4, 2021
1 parent 61bc24e commit 5118b05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webpack-cli/lib/utils/prompt-installation.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ async function promptInstallation(packageName, preMessage) {
const commandToBeRun = `${packageManager} ${[
packageManager === "yarn" ? "add" : "install",
"-D",
"--ignore-workspace-root-check",
packageName,
].join(" ")}`;
const { colors } = utils;
Expand Down

0 comments on commit 5118b05

Please sign in to comment.