chore: Fix scripts in CLI pipeline (#13402)

* chore: Fix scripts in CLI pipeline

* Create curly-lizards-dress.md
This commit is contained in:
Oli Juhl
2025-09-03 14:07:24 +02:00
committed by GitHub
parent a2dabea6c4
commit 115a1deb49
3 changed files with 11 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import fs from "fs"
import glob from "glob"
import { glob } from "glob"
import path from "path"
export function clearProject(directory: string) {