Skip to content

Commit 4e4ceb7

Browse files
committed
Add test:cli to the fix commands
1 parent 808df19 commit 4e4ceb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/output-fixing-commands.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const fixingCommands = {
1313
'lint-css': 'lint-fix-css',
1414
'prettier-run': 'prettier-fix',
1515
test: 'test -u',
16+
'test:cli': 'test:cli -u',
1617
};
1718

1819
const command = process.argv.slice(2);

0 commit comments

Comments
 (0)