We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcd884 commit eb724dfCopy full SHA for eb724df
scripts/github/publish-npm.js
@@ -33,7 +33,8 @@ const packages = [
33
'core-migration',
34
'core-stylelint',
35
'core-eslint-plugin',
36
- 'agent-cli'
+ 'agent-cli',
37
+ 'mcp-server'
38
];
39
40
for (const PACKAGE of packages) {
@@ -51,7 +52,8 @@ for (const PACKAGE of packages) {
51
52
PACKAGE !== 'agent-cli' &&
53
PACKAGE !== 'core-migration' &&
54
PACKAGE !== 'core-stylelint' &&
- PACKAGE !== 'core-eslint-plugin'
55
+ PACKAGE !== 'core-eslint-plugin' &&
56
+ PACKAGE !== 'mcp-server'
57
) {
58
console.log('🕵️ Set foundations dependency');
59
execSync(
0 commit comments