mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-08-02 18:28:49 -04:00
Push shared libraries to AliasVault.Client (#886)
This commit is contained in:
committed by
Leendert de Borst
parent
a66e8b6b0d
commit
89a57b6047
@@ -10,11 +10,13 @@ PACKAGES_DIR="./"
|
||||
IDENTITY_TARGETS=(
|
||||
"../apps/browser-extension/src/utils/shared/identity-generator"
|
||||
"../apps/mobile-app/utils/shared/identity-generator"
|
||||
"../apps/server/AliasVault.Client/wwwroot/js/shared/identity-generator"
|
||||
)
|
||||
|
||||
PASSWORD_TARGETS=(
|
||||
"../apps/browser-extension/src/utils/shared/password-generator"
|
||||
"../apps/mobile-app/utils/shared/password-generator"
|
||||
"../apps/server/AliasVault.Client/wwwroot/js/shared/password-generator"
|
||||
)
|
||||
|
||||
# Build and distribute a package
|
||||
|
||||
Reference in New Issue
Block a user