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:

committed by
Alex Rickabaugh

parent
2eb8447c95
commit
9833b0b31c
@ -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>",
|
||||
|
Reference in New Issue
Block a user