Skip to content

Commit

Permalink
feat(umd): add sort umd (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 authored Jun 21, 2024
1 parent 1c67036 commit f49fed1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
"@univerjs/sheets-hyper-link": "workspace:*",
"@univerjs/sheets-hyper-link-ui": "workspace:*",
"@univerjs/sheets-numfmt": "workspace:*",
"@univerjs/sheets-sort": "workspace:*",
"@univerjs/sheets-sort-ui": "workspace:*",
"@univerjs/sheets-thread-comment": "workspace:*",
"@univerjs/sheets-thread-comment-base": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
Expand Down
4 changes: 4 additions & 0 deletions packages/umd/scripts/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ async function generateLocale() {
'@univerjs/sheets-data-validation',
'@univerjs/sheets-drawing-ui',
'@univerjs/sheets-filter-ui',
'@univerjs/sheets-sort-ui',
'@univerjs/sheets-find-replace',
'@univerjs/sheets-formula',
'@univerjs/sheets-hyper-link-ui',
Expand Down Expand Up @@ -113,6 +114,7 @@ function buildCSS() {
'@univerjs/sheets-drawing-ui',
'@univerjs/sheets-conditional-formatting-ui',
'@univerjs/sheets-filter-ui',
'@univerjs/sheets-sort-ui',
'@univerjs/thread-comment-ui',
'@univerjs/sheets-hyper-link-ui',
'@univerjs/slides-ui',
Expand Down Expand Up @@ -188,6 +190,8 @@ function buildJS() {
'@univerjs/sheets-data-validation',
'@univerjs/sheets-filter',
'@univerjs/sheets-filter-ui',
'@univerjs/sheets-sort',
'@univerjs/sheets-sort-ui',
'@univerjs/thread-comment',
'@univerjs/thread-comment-ui',
'@univerjs/sheets-thread-comment-base',
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f49fed1

Please sign in to comment.