Skip to content

Commit

Permalink
fix(umd): change dependency build order for UMD packages (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai authored and lumixraku committed Jun 17, 2024
1 parent 14fbe61 commit 8a1d5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/umd/scripts/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ function buildJS() {
const libs = [
'@univerjs/protocol',
'@univerjs/core',
'@univerjs/rpc',
'@univerjs/design',
'@univerjs/engine-render',
'@univerjs/engine-numfmt',
Expand Down Expand Up @@ -200,7 +201,6 @@ function buildJS() {
'@univerjs/docs-drawing-ui',
'@univerjs/slides',
'@univerjs/slides-ui',
'@univerjs/rpc',
'@univerjs/network',
'@univerjs/facade',
'@univerjs/uniscript',
Expand Down

0 comments on commit 8a1d5be

Please sign in to comment.