Skip to content

Commit

Permalink
feat: init openinula-vchart
Browse files Browse the repository at this point in the history
  • Loading branch information
zamhown authored and skie1997 committed Mar 26, 2024
1 parent 40f4dfb commit c5edd88
Show file tree
Hide file tree
Showing 107 changed files with 4,366 additions and 526 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ lark-vchart:
react-vchart:
- packages/react-vchart/**

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

# Add 'taro-vchart' label to any change within the 'taro-vchart' package
taro-vchart:
- packages/taro-vchart/**
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/hotfix-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --only @visactor/react-vchart

- name: Build openinula-vchart
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --only @visactor/openinula-vchart

- name: Build taro-vchart
env:
NODE_OPTIONS: '--max_old_space_size=4096'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --only @visactor/react-vchart

- name: Build openinula-vchart
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --only @visactor/openinula-vchart

- name: Build taro-vchart
env:
NODE_OPTIONS: '--max_old_space_size=4096'
Expand Down
7 changes: 7 additions & 0 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@
"description": "Run this command to start react-vchart development server",
"shellCommand": "rush run -p @visactor/react-vchart -s start"
},
{
"commandKind": "global",
"name": "openinula",
"summary": "Start the development server of openinula-vchart demo",
"description": "Run this command to start openinula-vchart development server",
"shellCommand": "rush run -p @visactor/openinula-vchart -s start"
},
{
"name": "change-all",
"commandKind": "global",
Expand Down
Loading

0 comments on commit c5edd88

Please sign in to comment.