From d308fd316e6692445d432c73773224a45619cb20 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Tue, 6 Apr 2021 15:36:37 +0200 Subject: [PATCH] :robot: config(package.json): Lint config in dev script. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/package.json:scripts-dev-add-lint-config.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 72223d0..3b6179b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "commit-msg": "commitlint --edit", "cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test", "debug": "NODE_ENV=debug npm run test -- -st --fail-fast", - "dev": "npm run lint-and-fix && npm run cover -- -- -st --fail-fast", + "dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast", "install-hooks": "husky install", "lint": "xo", "lint-and-fix": "npm run lint -- --fix",