Adds npm install steps to publish workflow#23
Adds npm install steps to publish workflow#23TysonMN wants to merge 2 commits intoCONNECT-platform:masterfrom
Conversation
This reverts commit 754dda8.
This comment has been minimized.
This comment has been minimized.
|
P.s. the reason this is not merged is that I'm giving the concept a bit more test on some other (more experimental) packages to see how it fairs. So far, I can say:
I will use the same workflow on some bigger packages soon to see how things go, but it seems like a pretty convenient thing (since generally each new version DOES need at least one commit and then some other manual work). |
|
Sounds good to me. I don't have any particular affinity for the |
Resolves #20
...for reals this time ;)
The publish workflow needs install steps. After I added these install steps, the workflow passed for me.
Still not sure if it will successfully publish a new version when it is supposed to.As I described in #22 (comment), I have successfully tested this workflow.