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" },