Skip to content

Instantly share code, notes, and snippets.

@brookslyrette
Created October 13, 2017 01:10
Show Gist options
  • Save brookslyrette/cf83defa1770e091e26c3cd76e6cbcc1 to your computer and use it in GitHub Desktop.
Save brookslyrette/cf83defa1770e091e26c3cd76e6cbcc1 to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules #Cache node_modules for faster builds
script:
- npm test #Runs Tests
- npm run build #Creats a production build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment