From a8bb8fbe01e9e9271988f4d50909b9517c15b647 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Mon, 3 Oct 2022 07:23:45 +0900 Subject: [PATCH] Run lint via `npm test` (#262) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a4e4f15..b7875f0 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "lint:md": "remark . --quiet --frail --ignore-path .gitignore", "lint": "npm-run-all --parallel lint:*", "release": "np", + "pretest": "npm run lint", "test": "jest", "watch": "jest --watch" },