Skip to content

Commit

Permalink
Merge pull request #25 from VisActor/fix/label-theme
Browse files Browse the repository at this point in the history
fix: update label theme
  • Loading branch information
zamhown authored Feb 28, 2024
2 parents c6f91f7 + 28faf16 commit 91d5f45
Show file tree
Hide file tree
Showing 12 changed files with 295 additions and 263 deletions.
8 changes: 4 additions & 4 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"summary": "Start the development server",
"description": "Run this command to start vchart-theme development server",

"shellCommand": "rush run -p @visactor/vchart-theme -s start"
"shellCommand": "rush run -p @visactor/vchart-theme-utils -s build && rush run -p @visactor/vchart-theme -s start"
},
{
"commandKind": "global",
Expand All @@ -100,7 +100,7 @@
"summary": "Start the development server",
"description": "Run this command to start vchart-semi-theme development server",

"shellCommand": "rush run -p @visactor/vchart-semi-theme -s start"
"shellCommand": "rush run -p @visactor/vchart-theme-utils -s build && rush run -p @visactor/vchart-semi-theme -s start"
},
{
"commandKind": "global",
Expand All @@ -109,7 +109,7 @@
"summary": "Start the development server",
"description": "Run this command to start vchart-arco-theme development server",

"shellCommand": "rush run -p @visactor/vchart-arco-theme -s start"
"shellCommand": "rush run -p @visactor/vchart-theme-utils -s build && rush run -p @visactor/vchart-arco-theme -s start"
},
{
"commandKind": "global",
Expand All @@ -118,7 +118,7 @@
"summary": "Start the development server",
"description": "Run this command to start vchart-tt-platform-theme development server",

"shellCommand": "rush run -p @visactor/vchart-tt-platform-theme -s start"
"shellCommand": "rush run -p @visactor/vchart-theme-utils -s build && rush run -p @visactor/vchart-tt-platform-theme -s start"
},
{
"name": "change-all",
Expand Down
Loading

0 comments on commit 91d5f45

Please sign in to comment.