Skip to content

Commit

Permalink
feat: update demo of vchart-ve-o-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
zamhown committed Mar 14, 2024
1 parent 794b28f commit 44ccd8e
Show file tree
Hide file tree
Showing 92 changed files with 2,805 additions and 2,177 deletions.
10 changes: 5 additions & 5 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-utils -s build && rush run -p @visactor/vchart-theme -s start"
"shellCommand": "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-theme-utils -s build && rush run -p @visactor/vchart-semi-theme -s start"
"shellCommand": "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-theme-utils -s build && rush run -p @visactor/vchart-arco-theme -s start"
"shellCommand": "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-semi-theme -s build && rush run -p @visactor/vchart-tt-platform-theme -s start"
"shellCommand": "rush run -p @visactor/vchart-tt-platform-theme -s start"
},
{
"commandKind": "global",
Expand All @@ -127,7 +127,7 @@
"summary": "Start the development server",
"description": "Run this command to start vchart-ve-o-theme development server",

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

0 comments on commit 44ccd8e

Please sign in to comment.