Skip to content

Instantly share code, notes, and snippets.

@kcmr
Created January 9, 2019 01:27
Show Gist options
  • Save kcmr/3ded48ef1d9d0f6bb390d72a52aed1e1 to your computer and use it in GitHub Desktop.
Save kcmr/3ded48ef1d9d0f6bb390d72a52aed1e1 to your computer and use it in GitHub Desktop.
CI/CD con Travis en Github (Medium post)
{
"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