0.0.6 • Published 9 years ago

codeship-test-publish v0.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

#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
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago