You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added 'publish' CircleCI step for master branch (#71)
* Added 'publish' CircleCI step for master branch
Runs `npm publish` on each master build, ignoring any failure (such as from the version having not changed. Kind of like a try/catch with an empty catch block in CI. Heh.
Fixes 37.
* Also excluded all stub and test files, not just .ts
0 commit comments