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 +}