diff --git a/npm/publish.ps1 b/npm/publish.ps1 index 6ab7aaa4ae..d6ef361224 100644 --- a/npm/publish.ps1 +++ b/npm/publish.ps1 @@ -31,6 +31,10 @@ $commands = ( "npm run lerna -- version $Version --yes --no-commit-hooks --skip-git --force-publish", "npm run replace-with-tilde", $PacksPublishCommand, + "cd scripts", + "yarn", + "yarn remove-lock-files", + "cd ..", $UpdateGulpCommand )