mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-13 06:36:26 +03:00
Stop syncing repo-local Codex skill
This commit is contained in:
+1
-1
@@ -681,7 +681,7 @@ async function build() {
|
||||
generateCFConfig(buildDir);
|
||||
|
||||
// Copy all provider outputs to project root for local testing
|
||||
const syncConfigs = Object.values(PROVIDERS);
|
||||
const syncConfigs = Object.values(PROVIDERS).filter(({ configDir }) => configDir !== '.codex');
|
||||
|
||||
for (const { provider, configDir } of syncConfigs) {
|
||||
const skillsSrc = path.join(DIST_DIR, provider, configDir, 'skills');
|
||||
|
||||
Reference in New Issue
Block a user