Skip to content

Commit

Permalink
Rename the CLI "rw typeCheck" for "rw typecheck" (#2906)
Browse files Browse the repository at this point in the history
* rename typeCheck for typecheck

* keep ../typeCheck for name file
  • Loading branch information
Simon Gagnon committed Jun 29, 2021
1 parent 31a9ab0 commit 6171499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/typeCheck.js
Expand Up @@ -11,7 +11,7 @@ import { getPaths } from 'src/lib'
import c from 'src/lib/colors'
import { generatePrismaClient } from 'src/lib/generatePrismaClient'

export const command = 'typeCheck [sides..]'
export const command = 'typecheck [sides..]'
export const aliases = ['tsc', 'tc', 'type-check']
export const description = 'Run a TypeScript compiler check on your project'
export const builder = (yargs) => {
Expand Down

0 comments on commit 6171499

Please sign in to comment.