Add yarn-install when publishing npm packages (#48061) (#48064)

(cherry picked from commit 412be1f1cf)

Co-authored-by: Dimitris Sotirakis <sotirakis.dim@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-04-21 16:49:09 +02:00
committed by GitHub
co-authored by Dimitris Sotirakis
parent 2e851e2176
commit 0e9b91fb13
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -423,6 +423,7 @@ def publish_npm_pipelines(mode):
}
steps = [
download_grabpl_step(),
yarn_install_step(),
retrieve_npm_packages_step(),
release_npm_packages_step()
]