We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808df19 commit 4e4ceb7Copy full SHA for 4e4ceb7
1 file changed
bin/output-fixing-commands.js
@@ -13,6 +13,7 @@ const fixingCommands = {
13
'lint-css': 'lint-fix-css',
14
'prettier-run': 'prettier-fix',
15
test: 'test -u',
16
+ 'test:cli': 'test:cli -u',
17
};
18
19
const command = process.argv.slice(2);
0 commit comments