Skip to content

Instantly share code, notes, and snippets.

@joostme
Last active August 17, 2018 13:59
Show Gist options
  • Select an option

  • Save joostme/e21640b66f8e557d2c611a0edf4bb46d to your computer and use it in GitHub Desktop.

Select an option

Save joostme/e21640b66f8e557d2c611a0edf4bb46d to your computer and use it in GitHub Desktop.
sudo: required
addons:
chrome: stable
language: node_js
node_js:
- node
script:
- npm run test-ci
- npm run build-ci
before_deploy:
- cd dist/<LIBRARY_NAME>
deploy:
provider: npm
email: [email protected]
skip_cleanup: true
api_key:
secure: XXX
on:
tags: true
repo: me/my-first-lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment