mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-08-01 01:37:44 -04:00
Remove typescript identity generator (replaced by Rust) (#2279)
This commit is contained in:
1
.github/workflows/e2e-tests-android.yml
vendored
1
.github/workflows/e2e-tests-android.yml
vendored
@@ -90,7 +90,6 @@ jobs:
|
||||
- name: Verify core library distribution
|
||||
run: |
|
||||
TARGET_DIRS=(
|
||||
"utils/dist/core/identity-generator"
|
||||
"utils/dist/core/models"
|
||||
"utils/dist/core/vault"
|
||||
)
|
||||
|
||||
1
.github/workflows/e2e-tests-ios.yml
vendored
1
.github/workflows/e2e-tests-ios.yml
vendored
@@ -78,7 +78,6 @@ jobs:
|
||||
- name: Verify core library distribution
|
||||
run: |
|
||||
TARGET_DIRS=(
|
||||
"utils/dist/core/identity-generator"
|
||||
"utils/dist/core/models"
|
||||
"utils/dist/core/vault"
|
||||
)
|
||||
|
||||
1
.github/workflows/mobile-app-build.yml
vendored
1
.github/workflows/mobile-app-build.yml
vendored
@@ -65,7 +65,6 @@ jobs:
|
||||
run: |
|
||||
# Check if files exist and were recently modified
|
||||
TARGET_DIRS=(
|
||||
"utils/dist/core/identity-generator"
|
||||
"utils/dist/core/models"
|
||||
"utils/dist/core/vault"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user