From 7efd2edd41f0f0cadea5d8964d33bbef10aee6ae Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Tue, 28 Jun 2022 01:31:10 +0200 Subject: [PATCH] :robot: config(travis): Lint sources in script. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/1e99a03141f51bbb455be0733469df94f868e671/src/transforms/travis:add-lint-to-script.js Please contact the author of the transform if you believe there was an error. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9d9972..880cba0 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "prepublishOnly": "pinst --disable", "release": "np --message ':hatching_chick: release: Bumping to v%s.'", "test": "ava", - "travis": "npm run cover" + "travis": "npm run lint && npm run cover" }, "dependencies": {}, "devDependencies": {