Skip to content

Instantly share code, notes, and snippets.

@kepkin
Created March 19, 2016 21:24
Show Gist options
  • Save kepkin/9d4aa9705bf70d5139ac to your computer and use it in GitHub Desktop.
Save kepkin/9d4aa9705bf70d5139ac to your computer and use it in GitHub Desktop.
build:
image: itkaboom/drone-nodejs
commands:
- source ~/.nvm/nvm.sh && nvm use v4.2
- npm --version
- npm install --loglevel verbose --global --unsafe-perm 'gulp@3.9.0' jspm babel babel-core systemjs browser-sync
- jspm config registries.github.auth '$$JSPM_GITHUB_AUTH_TOKEN'
- npm install --production --unsafe-perm
- gulp release
environment:
JSPM_GITHUB_AUTH_TOKEN: $$JSPM_GITHUB_AUTH_TOKEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment