cli: fix app:serve problem package condition

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-25 22:32:51 +01:00
parent 1b4ab0d44c
commit 1effad00de
+1 -1
View File
@@ -33,7 +33,7 @@ export default async (cmd: Command) => {
.map(({ name }) => name)
.filter(name => forbiddenDuplicatesFilter(name));
if (problemPackages.length > 1) {
if (problemPackages.length > 0) {
console.log(
chalk.yellow(
`⚠️ Some of the following packages may be outdated or have duplicate installations: