Created
January 9, 2019 01:27
-
-
Save kcmr/3ded48ef1d9d0f6bb390d72a52aed1e1 to your computer and use it in GitHub Desktop.
CI/CD con Travis en Github (Medium post)
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
{ | |
"lint": { | |
"rules": [ | |
"polymer-3" | |
] | |
}, | |
"entrypoint": "demo/index.html", | |
"extraDependencies": [ | |
"your-component.js" | |
], | |
"builds": [{ "preset": "es6-bundled" }], | |
"moduleResolution": "node", | |
"npm": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment