fix discord depends (#549)
This commit is contained in:
committed by
GitHub
Unverified
parent
686bc2f235
commit
c86bacd240
@@ -102,6 +102,12 @@ async function fetchSparseRepo(repo, ref, paths, checkoutDir) {
|
||||
}
|
||||
|
||||
echo`Bundling preinstalled skills...`;
|
||||
|
||||
if (process.env.SKIP_PREINSTALLED_SKILLS === '1') {
|
||||
echo`⏭ SKIP_PREINSTALLED_SKILLS=1 set, skipping skills fetch.`;
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
const manifestSkills = loadManifest();
|
||||
|
||||
rmSync(OUTPUT_ROOT, { recursive: true, force: true });
|
||||
|
||||
Reference in New Issue
Block a user