Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 7, 2022
1 parent caddfcc commit 220083c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/next/bin/next.ts
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/next/lib/commands.ts
Expand Up @@ -9,4 +9,4 @@ export const commands: { [command: string]: () => Promise<cliCommand> } = {
telemetry: () =>
Promise.resolve(require('../cli/next-telemetry').nextTelemetry),
info: () => Promise.resolve(require('../cli/next-info').nextInfo),
}
}

0 comments on commit 220083c

Please sign in to comment.