Skip to content

Commit 7b211c5

Browse files
committed
docs: fix description of ts:precompile
Limit the description to only the bit that's still true, i.e. that it generates declaration files.
1 parent 5dc8b46 commit 7b211c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ts/lib/commands/precompile.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ export const PRECOMPILE_MANIFEST = 'dist/.ts-precompile-manifest';
99
export default command({
1010
name: 'ts:precompile',
1111
works: 'insideProject',
12-
description:
13-
'Generates JS and declaration files from TypeScript sources in preparation for publishing.',
12+
description: 'Generates declaration files from TypeScript sources in preparation for publishing.',
1413

1514
availableOptions: [{ name: 'manifest-path', type: String, default: PRECOMPILE_MANIFEST }],
1615

0 commit comments

Comments
 (0)