Skip to content

Commit 687cfd0

Browse files
authored
Merge pull request #1855 from VisActor/release/1.0.0
[Auto release] release 1.0.0
2 parents 88b5261 + 2d415bd commit 687cfd0

236 files changed

Lines changed: 22630 additions & 6560 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/hotfix-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- name: Build vrender-kits
6464
run: node common/scripts/install-run-rush.js build --only @visactor/vrender-kits
6565

66+
- name: Build vrender-animate
67+
run: node common/scripts/install-run-rush.js build --only @visactor/vrender-animate
68+
6669
- name: Build vrender
6770
run: node common/scripts/install-run-rush.js build --only @visactor/vrender
6871

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Build vrender-kits
6161
run: node common/scripts/install-run-rush.js build --only @visactor/vrender-kits
6262

63+
- name: Build vrender-animate
64+
run: node common/scripts/install-run-rush.js build --only @visactor/vrender-animate
65+
6366
- name: Build vrender
6467
run: node common/scripts/install-run-rush.js build --only @visactor/vrender
6568

0 commit comments

Comments
 (0)