From dc18f500252160cd6722f287ced14b139946e461 Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Sun, 2 Jul 2023 23:08:45 +0200 Subject: [PATCH] remove yarn prefix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 558aeccefb0..2efe5db5033 100644 --- a/package.json +++ b/package.json @@ -16,11 +16,11 @@ "eslint --fix", "prettier --write", "jest --passWithNoTests", - "yarn cspell lint . --gitignore --no-progress --no-must-find-files" + "cspell lint . --gitignore --no-progress --no-must-find-files" ], "*.{md,html,json,css}": [ "prettier --write", - "yarn cspell lint . --gitignore --no-progress --no-must-find-files" + "cspell lint . --gitignore --no-progress --no-must-find-files" ] }, "husky": {