diff --git a/package.json b/package.json index 0a3c11c..e101c84 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "prepublishOnly": "pinst --disable", "release": "np --message ':hatching_chick: release: Bumping to v%s.'", "test": "ava", - "travis": "npm run lint && npm run cover" + "travis": "npm run lint-config && npm run lint && npm run cover" }, "dependencies": { "@aureooms/js-error": "^5.0.0"