lob / lob-node

Node.js Wrapper for Lob API
lob.com
MIT License
84 stars 42 forks source link

Adding github action yml to automate npm publishing steps #255

Closed ghost closed 2 years ago

ghost commented 2 years ago

This is largely modeled off of your pre-existing npm-publish.yml with a few differences:

  1. the prop-path is changed (the package.json has a different version naming attribute, see line 27)
  2. we removed the 'npm run build-library' step