Skip to content

Commit eb724df

Browse files
committed
fix(release): add mcp-server to npm publish pipeline
1 parent 8fcd884 commit eb724df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/github/publish-npm.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ const packages = [
3333
'core-migration',
3434
'core-stylelint',
3535
'core-eslint-plugin',
36-
'agent-cli'
36+
'agent-cli',
37+
'mcp-server'
3738
];
3839

3940
for (const PACKAGE of packages) {
@@ -51,7 +52,8 @@ for (const PACKAGE of packages) {
5152
PACKAGE !== 'agent-cli' &&
5253
PACKAGE !== 'core-migration' &&
5354
PACKAGE !== 'core-stylelint' &&
54-
PACKAGE !== 'core-eslint-plugin'
55+
PACKAGE !== 'core-eslint-plugin' &&
56+
PACKAGE !== 'mcp-server'
5557
) {
5658
console.log('🕵️‍ Set foundations dependency');
5759
execSync(

0 commit comments

Comments
 (0)