mesqueeb / is-what

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
https://mesqueeb.github.io/is-what/
MIT License
170 stars 18 forks source link

Add publish workflow #41

Closed jcbhmr closed 1 year ago

jcbhmr commented 1 year ago

ref #40

This PR would...

  1. Make sure that when you create releases you have already bumped the version in package.json!
  2. Make sure you add an NPM_TOKEN secret with publish permissions!

It might also be worth considering using https://github.com/github/gitignore/blob/main/Node.gitignore and generating dist/ in a prepack hook in CI so that the dist JS isn't stored and versioned in Git. 🤔