codeship-test-publish
v0.0.6
Published
Testing npm publish in CodeShip
Downloads
7
Readme
#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