Skip to content

Commit

Permalink
Merge pull request #34 from VisActor/dev/1.10.0
Browse files Browse the repository at this point in the history
dev/1.10.0
  • Loading branch information
zamhown authored Mar 26, 2024
2 parents c00c2f1 + 47519e0 commit 04286e4
Show file tree
Hide file tree
Showing 298 changed files with 10,085 additions and 3,143 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ vchart-arco-theme:
vchart-tt-platform-theme:
- packages/vchart-tt-platform-theme/**

# Add 'vchart-ve-o-theme' label to any change within the 'vchart-ve-o-theme' package
vchart-ve-o-theme:
- packages/vchart-ve-o-theme/**

# Add 'test' label to any change to packages/*/__tests__/* files within the source dir
test:
- packages/*/__tests__/*
Expand Down
17 changes: 13 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-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,16 @@
"summary": "Start the development server",
"description": "Run this command to start vchart-tt-platform-theme development server",

"shellCommand": "rush run -p @visactor/vchart-theme-utils -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",

"name": "veo",
"summary": "Start the development server",
"description": "Run this command to start vchart-ve-o-theme development server",

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

0 comments on commit 04286e4

Please sign in to comment.