From 4841b72d6ce38ef1154efc00ba731a1bd2455498 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Mon, 22 Jan 2024 20:18:01 +0100 Subject: [PATCH] test: fix a typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42bb0024..def3ec92 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build": "tsc -p tsconfig.build.json", "dev": "cross-env NODE_ENV=development ts-node-esm src/index.ts", "typecheck": "tsc -p . --noEmit", - "lint": "eslint . --ext ./src/* --fix --ignore-path .gitignore --ignore-path 'cli-tests/*' --no-error-on-unmatched-pattern --max-warnings=0", + "lint": "eslint . --ext ./src/* --fix --ignore-path .gitignore --ignore-path 'src/tests/cli-tests/*' --no-error-on-unmatched-pattern --max-warnings=0", "commitlint": "commitlint --edit" }, "keywords": [