codeship-test-publish
v0.0.6
Published
Testing npm publish in CodeShip
Readme
#codeship-test-publish
Test repo for npm package publish to npmjs.org with Codeship
Continuous Integration
Install NodeJS
nvm install 4.2.6Running test or anything else (JSHint, JSCS, Jasmine, ESLint etc...)
npm testContinuous 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