0.0.6 • Published 9 years ago
codeship-test-publish v0.0.6
#codeship-test-publish
Test repo for npm package publish to npmjs.org with Codeship
Continuous Integration
Install NodeJS
nvm install 4.2.6
Running test or anything else (JSHint, JSCS, Jasmine, ESLint etc...)
npm test
Continuous Deployment Codeship - Custom Script
npm set init.author.name "User Name"
npm set init.author.email "Your email address"
echo "//registry.npmjs.org/:_authToken=yourToken" > ~/.npmrc
npm publish