Closed cwdcwd closed 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
NPM_TOKEN
package.json
npm test
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 thepackage.json
is incremented appropriately. This will also run all tests vianpm test