Skip to content

Commit

Permalink
Update bin/packages/lint-staged-typecheck.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Mar 11, 2020
1 parent e169b39 commit 47c9522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/packages/lint-staged-typecheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const repoRoot = path.join( __dirname, '..', '..' );
const tscPath = path.join( repoRoot, 'node_modules', '.bin', 'tsc' );

// lint-staged passes full paths to staged changes
/** @type {string[]} */
const changedFiles = process.argv.slice( 2 );

// Transform changed files to package directories containing tsconfig.json
Expand Down

0 comments on commit 47c9522

Please sign in to comment.