I feel like I got quite a lot of coding done yesterday. The harrassment levels weren’t too bad, though not altogether non existent. I was able to mostly ignore it all, listen to music and code, intersperced with podcasts. I‘d done most of the difficult coding already so that made it easier. Still not a whole lot in the way of blogging ideas.
I got gifted some sweet breakfasty type stuff earlier so at least I have something to get me through some of the day. There are some bice people still left in the world :)
I managed to get the reusable build and deploy workflows fully working with 2 different plugins. That’s a pretty big step because it means that the concept works, that it’s totally possible to reuse the same workflows across many different repos. I’ve updated all the plugins and will need to test all that. The next step is to get it working on repos that use an npm module cache. I should be able to use the very same workfkow because the module cache is just a feature of the workflow that you can enable/disable by setting a variable. The way I’ve written it, the workflow is very modular, almost all the major steps can be enabled/disabled. #