From 220083c74bcda2e1178c7dc740d6c883059dadff Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Sun, 7 Aug 2022 12:05:05 -0500 Subject: [PATCH] lint-fix --- packages/next/bin/next.ts | 2 +- packages/next/lib/commands.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/next/bin/next.ts b/packages/next/bin/next.ts index 02a67b97c135..cbb26a0be798 100755 --- a/packages/next/bin/next.ts +++ b/packages/next/bin/next.ts @@ -2,7 +2,7 @@ import * as log from '../build/output/log' import arg from 'next/dist/compiled/arg/index.js' import { NON_STANDARD_NODE_ENV } from '../lib/constants' -import { commands } from '../lib/commands'; +import { commands } from '../lib/commands' ;['react', 'react-dom'].forEach((dependency) => { try { // When 'npm link' is used it checks the clone location. Not the project. diff --git a/packages/next/lib/commands.ts b/packages/next/lib/commands.ts index 927b537913fe..63a41430f856 100644 --- a/packages/next/lib/commands.ts +++ b/packages/next/lib/commands.ts @@ -9,4 +9,4 @@ export const commands: { [command: string]: () => Promise } = { telemetry: () => Promise.resolve(require('../cli/next-telemetry').nextTelemetry), info: () => Promise.resolve(require('../cli/next-info').nextInfo), -} \ No newline at end of file +}