Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion internals/cli/src/commands/release/releaseAlpha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ export const releaseAlpha = ({ updateVersion }) => {
'theme-mobile/dist',
'theme-saas/dist',
'utils',
'vue-hooks'
'vue-hooks',
'vue-runtime'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that adding vue-runtime to the distribution list does not introduce any unintended side effects or dependencies that might affect the release process.

]
distLists.forEach((item) => {
findAllpage(pathFromPackages(item), updateVersion)
Expand Down
Loading