Created
October 13, 2017 01:25
-
-
Save brookslyrette/ecd716a6cae0722546c6b5196c4cfab7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| language: node_js | |
| node_js: | |
| - "stable" | |
| cache: | |
| directories: | |
| - node_modules | |
| script: | |
| - npm test | |
| - npm run build | |
| deploy: | |
| provider: pages | |
| skip_cleanup: true | |
| github_token: $github_token | |
| local_dir: build | |
| on: | |
| branch: master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment