appirio-tech / tc-core-library-js

6 stars 9 forks source link

circleCI yaml with auto deploy on version tags #12

Closed cwdcwd closed 6 years ago

cwdcwd commented 6 years ago

requires NPM_TOKEN to be set inside of CircleCI's env vars. after that all tagged builds will auto publish to NPM so long as the version number in the package.json is incremented appropriately. This will also run all tests via npm test