build: set up ora for progress spinners in dev-infra package (#38656)

Sets up the NPM `ora` package in the project and in dev-infra,
so that we can show progress spinners when needed. This is useful
in the publish release script when we wait for a pull request to
be merged.

PR Close #38656
This commit is contained in:
Paul Gschwendtner
2020-09-01 10:46:10 +02:00
committed by Alex Rickabaugh
parent 2eb8447c95
commit 9833b0b31c
3 changed files with 28 additions and 0 deletions

View File

@ -23,6 +23,7 @@
"multimatch": "<from-root>",
"node-fetch": "<from-root>",
"node-uuid": "<from-root>",
"ora": "<from-root>",
"semver": "<from-root>",
"shelljs": "<from-root>",
"tslib": "<from-root>",