feat: make npx playwright clear-cache public (#32638)

This commit is contained in:
Dmitry Gozman 2024-09-16 12:54:20 -07:00 committed by GitHub
parent 21d162c945
commit ce06a81aa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ function addListFilesCommand(program: Command) {
}
function addClearCacheCommand(program: Command) {
const command = program.command('clear-cache', { hidden: true });
const command = program.command('clear-cache');
command.description('clears build and test caches');
command.option('-c, --config <file>', `Configuration file, or a test directory with optional "playwright.config.{m,c}?{js,ts}"`);
command.action(async opts => {