mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix await login unzip build
This commit is contained in:
@@ -76,7 +76,7 @@ async function main() {
|
||||
hostEcm: program.host
|
||||
});
|
||||
|
||||
alfrescoJsApi.login(program.username, program.password);
|
||||
await alfrescoJsApi.login(program.username, program.password);
|
||||
|
||||
let zipDemoNode;
|
||||
|
||||
|
Reference in New Issue
Block a user