Skip to content

Commit 658b67e

Browse files
author
Marvin Zhang
committed
refactor: reorder package definitions in publish-dev-packages.sh for consistency
1 parent 4ff26be commit 658b67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/publish-dev-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ echo "📦 Publishing packages to NPM with dev tag..."
66

77
# Define all publishable packages (as regular arrays for better compatibility)
88
PACKAGES=(
9+
"core:packages/core"
910
"mcp:packages/mcp"
10-
"core:packages/core"
1111
"ai:packages/ai"
1212
"cli:packages/cli"
1313
)

0 commit comments

Comments
 (0)