Skip to content

Commit

Permalink
ci(travis.yml): testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Oct 16, 2019
1 parent d88061c commit ac5264c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prepublish": "npm run build",
"generate-banner": "node ./scripts/generate-banner.js",
"bundlesize": "bundlesize",
"lint": "eslint '{scripts,src}/**/*.ts'",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint --fix '{scripts,src}/**/*.ts'",
"version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md"
},
Expand Down

0 comments on commit ac5264c

Please sign in to comment.