mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-06 15:48:37 +08:00
* move modules in scripts to packages * integrate turbo workflow * update lock * update native-pack-tools path * upgrade tfig * remove cc config schema
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
|
|
import fs from 'fs-extra';
|
|
import { URL, fileURLToPath } from 'url';
|
|
|
|
await fs.emptyDir(fileURLToPath(new URL('../lib', import.meta.url)));
|