mirror of
https://github.com/microsoft/playwright-cli.git
synced 2026-09-14 19:59:39 +08:00
chore: update skill files
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ async function main() {
|
||||
|
||||
// 3. Move generated skills into the existing skills folder
|
||||
console.log('\n=== Updating skills folder ===\n');
|
||||
const generatedSkillsDir = path.join(rootDir, '.claude', 'skills', 'playwright');
|
||||
const generatedSkillsDir = path.join(rootDir, '.claude', 'skills', 'playwright-cli');
|
||||
const targetSkillsDir = path.join(skillsDir, 'playwright-cli');
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user