From 10306427d9394aadea8b20e444d12c28545eb41f Mon Sep 17 00:00:00 2001 From: cany748 <123sasha2@mail.ru> Date: Fri, 5 May 2023 17:27:27 +0700 Subject: [PATCH] chore: run lint script typo (#180) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94df6fe03b..ebe5633fc6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", "scripts": { - "lint": "pnpm run stub && eslint .", + "lint": "pnpm -r run stub && eslint .", "test": "pnpm -r run test", "build": "pnpm -r run build", "prepare": "pnpm -r run stub",