Publishing a simple client-side JavaScript package to npm with GitHub Actions

from blog Simon Willison TIL, | ↗ original
Here's what I learned about publishing a single file JavaScript package to NPM for my Prompts.js project. The code is in simonw/prompts-js on GitHub. The NPM package is prompts-js. A simple single file client-side package For this project, I wanted to create an old-fashioned JavaScript file that you could include in a web page using a tag. No...