Skip to content

Commit 197b5be

Browse files
committed
chore: 删除 common 模块
1 parent fffda53 commit 197b5be

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

cli/index/common.index.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

cli/utils/builder.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ class SkillBuilder {
1919
// New structure: g2/references, g6/references, common-concepts/references
2020
this.libraryPaths = options.libraryPaths || {
2121
g2: 'g2/references',
22-
g6: 'g6/references',
23-
common: 'common-concepts/references'
22+
g6: 'g6/references'
2423
};
2524
}
2625

0 commit comments

Comments
 (0)