Skip to content

Commit be09d20

Browse files
committed
fix: pack security before remote manifest
1 parent 529a3bc commit be09d20

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/app-core/scripts/pack-upstreams.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ const SEED_TARGETS = [
5555
label: "@elizaos/skills",
5656
dir: path.join(ELIZA_ROOT, "packages", "skills"),
5757
},
58+
{
59+
label: "@elizaos/security",
60+
dir: path.join(ELIZA_ROOT, "packages", "security"),
61+
},
5862
{
5963
label: "@elizaos/app-core",
6064
dir: path.join(ELIZA_ROOT, "packages", "app-core"),

0 commit comments

Comments
 (0)